Skip to content

Commit fe9f74a

Browse files
authored
ci(template): Trigger builds on Release Candidate tags (#472)
1 parent 2b806e1 commit fe9f74a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
- trying
1414
- "renovate/**"
1515
tags:
16-
- '[0-9][0-9].[0-9]+.[0-9]+(-rc[0-9]+)?'
16+
- '[0-9][0-9].[0-9]+.[0-9]+'
17+
- '[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+'
1718
pull_request:
1819
merge_group:
1920
schedule:

0 commit comments

Comments
 (0)