Skip to content

Commit

Permalink
Add back deploy only master branch condition
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Apr 24, 2024
1 parent 865fb9f commit 687f1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
deploy-to-fleek:
needs: [build]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
Expand Down

0 comments on commit 687f1bb

Please sign in to comment.