Skip to content

Commit

Permalink
Dont run normal pack on release
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-andersson-at-westermo committed Mar 11, 2024
1 parent 63cfab0 commit 9aa8022
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 @@ -35,6 +35,7 @@ jobs:

pack:
runs-on: ubuntu-latest
if: github.event_name != 'release'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9aa8022

Please sign in to comment.