Skip to content

Commit

Permalink
ci: refine tags trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Jul 13, 2024
1 parent b3f7e07 commit 1227d57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches: [main, dev]
tags:
- "*"
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
- "[v]?[0-9]+.[0-9]+.[0-9]+(-rc|-alpha|-beta)?[0-9]*"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 1227d57

Please sign in to comment.