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 285bbc2 commit 458a43eCopy full SHA for 458a43e
.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