Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trigger pipeline when workflow files are changed
Browse files Browse the repository at this point in the history
maxhoerstr committed Feb 19, 2024
1 parent 0391492 commit f1a6290
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
@@ -6,6 +6,7 @@ on:
- 'main'
paths:
- 'docs/**'
- '.github/workflows/**'


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

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

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

permissions:
contents: read

0 comments on commit f1a6290

Please sign in to comment.