Skip to content

Commit

Permalink
fix: Only build the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev authored Nov 4, 2024
1 parent f0db56a commit a287b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: github.ref_name == github.event.repository.default_branch
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a287b79

Please sign in to comment.