We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96fd85 commit 73d3428Copy full SHA for 73d3428
.github/workflows/protect_release_branches.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
target=${{ github.base_ref }}
23
echo "Target is: $target"
24
- if [[ $target == "v2.x" ]]; then
+ if [[ $target != "main" ]]; then
25
echo "PRs must target main"
26
exit 1
27
else
0 commit comments