From 161e554d5a5017f6fb4e10d138bd3b3f36a3e3bb Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 4 Sep 2024 20:42:16 -0400 Subject: [PATCH] CI: trigger on tags too --- .github/workflows/ci-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3f018703..b156aa3a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -12,6 +12,8 @@ on: branches: [ 'master' ] pull_request: branches: [ 'master' ] + tags: + - '*' # Also allow manual triggering (via web ui) workflow_dispatch: