Skip to content

Commit ed4a4cb

Browse files
Fix typo in release branch name (#14)
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
1 parent 6686f05 commit ed4a4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
checkBranch:
99
runs-on: ubuntu-latest
10-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'ref/heads/release')
10+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release')
1111
steps:
1212
- name: Branch validation
1313
run: echo "Branch ${{ github.ref_name }} is allowed"

0 commit comments

Comments
 (0)