Skip to content

Commit

Permalink
Update tag-build.yml
Browse files Browse the repository at this point in the history
Updated the regex for branch push
  • Loading branch information
GouravSna authored Sep 22, 2022
1 parent 0ed37e6 commit 27f95f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tag and publish
on:
push:
branches:
- '[0-9]+_[0-9]+_[0-9]+'
- '^([0-9]+_[0-9]+_[0-9]+|[0-9]+_[0-9]+_[0-9]+_[0-9]+)?$'

env:
NEXUS_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 27f95f9

Please sign in to comment.