Skip to content

Commit

Permalink
trigger only on tag starting with test
Browse files Browse the repository at this point in the history
  • Loading branch information
cranzy committed Feb 13, 2024
1 parent 530fa92 commit e8f0b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release binaries to Mirantis/Launchpad
on:
push:
tags:
- v*
- test*
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e8f0b4c

Please sign in to comment.