Skip to content

Commit 09f7264

Browse files
committed
fix,ci(ct): don't trigger the base push flow for backports
Obviously these are meant for the maintenance workflow, not the push flow!
1 parent 314fa33 commit 09f7264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container_base_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
# "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
1313
paths:
1414
- 'modules/container-base/**'
15+
- '!modules/container-base/src/backports/**'
1516
- 'modules/dataverse-parent/pom.xml'
1617
- '.github/workflows/container_base_push.yml'
1718

0 commit comments

Comments
 (0)