Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
add conditional to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Nov 10, 2023
1 parent 62c5235 commit d2b4bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

deploy:
name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: build
permissions:
Expand Down

0 comments on commit d2b4bea

Please sign in to comment.