Skip to content

Commit

Permalink
Add path filters for check-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 8, 2024
1 parent c0700f0 commit 9a915f3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/humble-check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
branches:
- humble
paths:
- '**.rst'
- '**.md'
- '**.yaml'

jobs:
check-docs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/iron-check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
branches:
- iron
paths:
- '**.rst'
- '**.md'
- '**.yaml'

jobs:
check-docs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/jazzy-check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
branches:
- master
paths:
- '**.rst'
- '**.md'
- '**.yaml'

jobs:
check-docs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rolling-check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
branches:
- master
paths:
- '**.rst'
- '**.md'
- '**.yaml'

jobs:
check-docs:
Expand Down

0 comments on commit 9a915f3

Please sign in to comment.