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