From a87b02874e2b0fc3d699319f1307c554aed4a363 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 4 Sep 2024 20:46:15 -0400 Subject: [PATCH] CI: move tags under push --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b156aa3a8..ff41d816e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -10,10 +10,10 @@ on: # Trigger on push or PRs targeting the master branch push: branches: [ 'master' ] + tags: + - '*' pull_request: branches: [ 'master' ] - tags: - - '*' # Also allow manual triggering (via web ui) workflow_dispatch: