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 511aca3 commit e723fc2Copy full SHA for e723fc2
.github/workflows/nodejs.yml
@@ -26,7 +26,7 @@ jobs:
26
run: yarn e2e
27
28
release:
29
- if: github.ref == 'master' && github.repository == 'filipesilva/create-cljs-app'
+ if: github.ref == 'master'
30
needs: test
31
runs-on: ubuntu-latest
32
steps:
0 commit comments