We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a5102 commit cd9735cCopy full SHA for cd9735c
1 file changed
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: 'get base branch last commit'
24
run: git fetch origin main:main --depth 1
25
shell: bash
26
- if: ${{ github.ref_name != main }}
+ if: ${{ github.ref_name != "main" }}
27
28
- name: Setup Go
29
uses: actions/setup-go@v5
0 commit comments