Skip to content

Commit

Permalink
Merge pull request #9 from jim380/jay/fix-tags-trigger
Browse files Browse the repository at this point in the history
ci: refine tags trigger
  • Loading branch information
jim380 authored Jul 13, 2024
2 parents b3f7e07 + 1227d57 commit 02892be
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 02892be

Please sign in to comment.