Skip to content

Commit c85e4ca

Browse files
committed
Only run on master
1 parent 3d5c805 commit c85e4ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
deploy-to-fleek:
157157
needs: [build]
158158
runs-on: ubuntu-latest
159+
if: github.ref == 'refs/heads/master'
159160
env:
160161
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
161162
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}

0 commit comments

Comments
 (0)