Skip to content

Commit

Permalink
Fix powa_archivist.yml
Browse files Browse the repository at this point in the history
tags and tags-ignore cannot be specified at the same time, which is a shame
since the matching support is really bad.  So for now just ignore debian/* and
hope I will never need a non-release tag.
  • Loading branch information
rjuju committed Jun 22, 2024
1 parent 3b66f4c commit bc7edc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/powa_archivist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Trigger build and push of powa-archivist image
on:
push:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
tags:
- '[0-9]+.[0-9]+.[0-9]+'
tags-ignore:
- 'debian/*'

Expand Down

0 comments on commit bc7edc4

Please sign in to comment.