Skip to content

Commit

Permalink
fix tags as per suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Dec 5, 2023
1 parent 471e807 commit e97b14a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- "branch-*"
tags:
- v[0-9]+.[0-9]+.[0-9]+a
- "v**"
- "!v**a"
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit e97b14a

Please sign in to comment.