We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1344 commit 3524ddcCopy full SHA for 3524ddc
.github/workflows/build_publish_image_release.yml
@@ -9,6 +9,8 @@ on:
9
- 'wdqs-frontend@*'
10
- 'wdqs-proxy@*'
11
- 'wikibase@*'
12
+ branches-ignore:
13
+ - '**' # weird workaround to trigger on multiple tags for a single commit
14
15
permissions:
16
contents: write
0 commit comments