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 f16df27 commit 102603bCopy full SHA for 102603b
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
build:
40
needs: [test, test-linux]
41
runs-on: ubuntu-latest
42
- if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
+ # if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
43
steps:
44
- run: |
45
sudo apt-get update
0 commit comments