Skip to content

Commit

Permalink
allow and restrict MMMYYYY tag form (capital letters + numbers) for a…
Browse files Browse the repository at this point in the history
… automatic release; other tags are not proceeded
  • Loading branch information
kaiwu-astro committed Nov 2, 2023
1 parent 387fa46 commit f4ffcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release_on_tag
on:
push:
tags:
- "[A-Z]+[0-9]+"
- "[A-Za-z]+[0-9]+"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f4ffcce

Please sign in to comment.