Skip to content

Commit cd9735c

Browse files
committed
ci: quote main
1 parent e7a5102 commit cd9735c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 'get base branch last commit'
2424
run: git fetch origin main:main --depth 1
2525
shell: bash
26-
if: ${{ github.ref_name != main }}
26+
if: ${{ github.ref_name != "main" }}
2727

2828
- name: Setup Go
2929
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)