Skip to content

Commit e723fc2

Browse files
committed
ci: remove repository filter from release job
1 parent 511aca3 commit e723fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: yarn e2e
2727

2828
release:
29-
if: github.ref == 'master' && github.repository == 'filipesilva/create-cljs-app'
29+
if: github.ref == 'master'
3030
needs: test
3131
runs-on: ubuntu-latest
3232
steps:

0 commit comments

Comments
 (0)