Skip to content

Commit

Permalink
fix,ci(ct): don't trigger the base push flow for backports
Browse files Browse the repository at this point in the history
Obviously these are meant for the maintenance workflow, not the push flow!
  • Loading branch information
poikilotherm committed Sep 17, 2024
1 parent 314fa33 commit 09f7264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
# "Path filters are not evaluated for pushes of tags" https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
paths:
- 'modules/container-base/**'
- '!modules/container-base/src/backports/**'
- 'modules/dataverse-parent/pom.xml'
- '.github/workflows/container_base_push.yml'

Expand Down

0 comments on commit 09f7264

Please sign in to comment.