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 4d1b38b commit d65ccd1Copy full SHA for d65ccd1
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
uses: codecov/codecov-action@v1
100
101
test-arch:
102
- if: startsWith(github.ref, 'refs/tags') || github.ref == refs/heads/develop || github.ref == refs/heads/main
+ if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
103
name: Test on ${{ matrix.distro }} ${{ matrix.arch }}
104
runs-on: "ubuntu-latest"
105
needs: lint
0 commit comments