Skip to content

Commit

Permalink
chore(gha): fix tag trigger regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano authored Oct 9, 2024
1 parent 5ff7024 commit 57356cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main, develop ]
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
types: [ opened, synchronize ]
workflow_dispatch:
Expand Down

0 comments on commit 57356cc

Please sign in to comment.