diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b156aa3a..ff41d816 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: