Skip to content

Commit d65ccd1

Browse files
committed
Add missing quotes
1 parent 4d1b38b commit d65ccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: codecov/codecov-action@v1
100100

101101
test-arch:
102-
if: startsWith(github.ref, 'refs/tags') || github.ref == refs/heads/develop || github.ref == refs/heads/main
102+
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
103103
name: Test on ${{ matrix.distro }} ${{ matrix.arch }}
104104
runs-on: "ubuntu-latest"
105105
needs: lint

0 commit comments

Comments
 (0)