Skip to content

Testing inheritance of secrets #35

Testing inheritance of secrets

Testing inheritance of secrets #35

Workflow file for this run

name: Make Docs
on:
pull_request:
branches: ["master", "dev"]
paths:
- '.github/workflows/make_docs.yml'
- 'src/**'
- 'docs/**'
push:
branches:
- master
- dev
- reuse_ci
paths:
- '.github/workflows/make_docs.yml'
- 'src/**'
- 'docs/**'
tags: '*'
workflow_dispatch:
jobs:
make_docs:
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/make_docs.yml@master