Skip to content

Commit

Permalink
Ensure publish docs runs on workflow changes (#1771)
Browse files Browse the repository at this point in the history
Include dependent workflow and github action as part of the path check
for when to trigger the workflow.
  • Loading branch information
electrofelix committed Aug 30, 2023
1 parent abf8e68 commit 271ca70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-documentation.yml
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- 'docs/**'
- .github/workflows/publish-documentation.yml
- .github/workflows/deploy-docs.yml
- .github/workflows/build-docs/**

permissions:
contents: write
Expand Down

0 comments on commit 271ca70

Please sign in to comment.