Skip to content

Commit 7429acb

Browse files
committed
Allow 'release' tags on this branch.
1 parent 5d5dede commit 7429acb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tagged-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
# mark as test allow additional releases within a day with
77
# a marker after test.
88
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-test[a-z]*'
9+
# Release tags once things are verified.
10+
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
11+
# mark as test allow additional releases within a day with
12+
# a marker after test.
13+
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-[a-z]*'
914
jobs:
1015
release:
1116
uses: ./.github/workflows/release.yml

0 commit comments

Comments
 (0)