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 6e4b1ab commit 8b554aaCopy full SHA for 8b554aa
.github/workflows/test.yml
@@ -71,7 +71,7 @@ jobs:
71
build:
72
needs: test
73
runs-on: ubuntu-latest
74
- if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
+ # if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
75
steps:
76
- run: |
77
sudo apt-get update
0 commit comments