Skip to content

Commit 9939273

Browse files
committed
Enable deployment only for main branch
1 parent 41facb4 commit 9939273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm test
1919

2020
deploy:
21-
# TODO: Renable if: github.ref == 'refs/heads/main'
21+
if: github.ref == 'refs/heads/main'
2222
needs: [test]
2323
runs-on: ubuntu-latest
2424
steps:

0 commit comments

Comments
 (0)