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 95c7e56 commit 2ffd27bCopy full SHA for 2ffd27b
.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