Skip to content

Commit

Permalink
trigger dev releases upon tag suffixes as well
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Mar 1, 2024
1 parent 83ae720 commit 92d51c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+*'
pull_request:
branches: [master]
workflow_dispatch:
Expand Down

0 comments on commit 92d51c2

Please sign in to comment.