Skip to content

Commit

Permalink
ci: Fix path-ignore for docs (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 9, 2022
1 parent df70711 commit 0352563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main
- 'release/**'
- 'develop/**'
paths-ignore:
- "docs/**"
paths-ignore:
- "docs/**"

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
- 'release/**'
- 'develop/**'
paths-ignore:
- "docs/**"
paths-ignore:
- "docs/**"

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down

0 comments on commit 0352563

Please sign in to comment.