Skip to content

Commit

Permalink
ci: only deploy on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Nov 29, 2023
1 parent 5f6c868 commit 142249d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
timeout-minutes: 30
needs: [check]

if: github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
Expand Down

0 comments on commit 142249d

Please sign in to comment.