Skip to content

Commit

Permalink
Trigger pipeline when workflow files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoerstr committed Feb 19, 2024
1 parent 0391492 commit f1a6290
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy_docu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'main'
paths:
- 'docs/**'
- '.github/workflows/**'


permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths:
- 'tests/**'
- '.github/workflows/**'
pull_request:
branches:
- 'main'
paths:
- 'tests/**'
- '.github/workflows/**'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- 'main'
paths:
- 'pfdl_scheduler/**'
- '.github/workflows/**'
pull_request:
branches:
- 'main'
paths:
- 'pfdl_scheduler/**'
- '.github/workflows/**'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths:
- 'pfdl_scheduler/**'
- '.github/workflows/**'
pull_request:
branches:
- 'main'
paths:
- 'pfdl_scheduler/**'
- '.github/workflows/**'

permissions:
contents: read
Expand Down

0 comments on commit f1a6290

Please sign in to comment.