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 c27a682 commit b65df12Copy full SHA for b65df12
.github/workflows/release.yaml
@@ -38,8 +38,8 @@ jobs:
38
steps:
39
- name: Validate ref
40
run: |
41
- if [ "${{ github.ref }}" != refs/heads/master ]; then
42
- >&2 echo "Invalid ref: ${{ github.ref }} (expected: refs/heads/master)"
+ if [ "${{ github.ref }}" != refs/heads/main ]; then
+ >&2 echo "Invalid ref: ${{ github.ref }} (expected: refs/heads/main)"
43
exit 1
44
fi
45
0 commit comments