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 41facb4 commit 9939273Copy full SHA for 9939273
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: npm test
19
20
deploy:
21
- # TODO: Renable if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
22
needs: [test]
23
runs-on: ubuntu-latest
24
steps:
0 commit comments