Skip to content

Commit

Permalink
[CI] Trigger or ignore workflows based on top-level RST files
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Feb 9, 2021
1 parent cfab27c commit d1d13bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'docs/**'
- 'devtools/**'
- 'examples/**'
- '**.rst'
pull_request:
branches:
- master
Expand All @@ -20,6 +21,7 @@ on:
- 'docs/**'
- 'devtools/**'
- 'examples/**'
- '**.rst'

jobs:
core_cli_checks:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
- develop
paths:
- 'docs/**'
- '**.rst'
pull_request:
branches:
- master
- develop
paths:
- 'docs/**'
- '**.rst'

defaults:
run:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'docs/**'
- 'devtools/**'
- 'examples/**'
- '**.rst'
pull_request:
branches:
- master
Expand All @@ -17,6 +18,7 @@ on:
- 'docs/**'
- 'devtools/**'
- 'examples/**'
- '**.rst'

defaults:
run:
Expand Down

0 comments on commit d1d13bd

Please sign in to comment.