Skip to content

Commit 687f1bb

Browse files
committed
Add back deploy only master branch condition
1 parent 865fb9f commit 687f1bb

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
@@ -170,6 +170,7 @@ jobs:
170170
deploy-to-fleek:
171171
needs: [build]
172172
runs-on: ubuntu-latest
173+
if: github.ref == 'refs/heads/master'
173174
env:
174175
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
175176
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}

0 commit comments

Comments
 (0)