We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdacca commit 0fd6444Copy full SHA for 0fd6444
.github/workflows/validate-next_version.txt.yml
@@ -2,7 +2,9 @@ name: Validate [next_version.txt]
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches:
6
+ - "main"
7
+ - "release/*"
8
paths:
9
- ".github/utils/next_version.txt"
10
- ".github/utils/validate_version_file.sh"
0 commit comments