Skip to content

Commit

Permalink
CI: move tags under push
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Sep 5, 2024
1 parent 161e554 commit a87b028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a87b028

Please sign in to comment.