Skip to content

Commit f50b93f

Browse files
committed
[bugfix] Only deploy 'main' branch from CI
1 parent 0d621db commit f50b93f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
overwrite: true
3939

4040
deploy:
41+
if: github.ref == 'refs/heads/main'
4142
needs: build
4243
name: Deploy
4344
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)