From bc7edc4c1a08368a6ae662c1241da95260ed21ad Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sun, 23 Jun 2024 07:26:33 +0800 Subject: [PATCH] Fix powa_archivist.yml 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. --- .github/workflows/powa_archivist.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/powa_archivist.yml b/.github/workflows/powa_archivist.yml index e0723cf..6768751 100644 --- a/.github/workflows/powa_archivist.yml +++ b/.github/workflows/powa_archivist.yml @@ -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/*'