We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6686f05 commit ed4a4cbCopy full SHA for ed4a4cb
.github/workflows/docs-release.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
checkBranch:
9
runs-on: ubuntu-latest
10
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'ref/heads/release')
+ if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release')
11
steps:
12
- name: Branch validation
13
run: echo "Branch ${{ github.ref_name }} is allowed"
0 commit comments