Skip to content

Commit 0fd6444

Browse files
committed
Update workflows
1 parent fcdacca commit 0fd6444

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate-next_version.txt.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Validate [next_version.txt]
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- "main"
7+
- "release/*"
68
paths:
79
- ".github/utils/next_version.txt"
810
- ".github/utils/validate_version_file.sh"

0 commit comments

Comments
 (0)