Skip to content

Commit

Permalink
fix(ci/cd): build only on main
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Mar 6, 2024
1 parent ed688e8 commit 1f231f7
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 @@ -84,6 +84,7 @@ jobs:
contents: read
packages: write
needs: [check, test, lint]
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1f231f7

Please sign in to comment.