Skip to content

Commit

Permalink
fix(ci): only run build-and-release-mac-app-store if releasing new ve…
Browse files Browse the repository at this point in the history
…rsion (#149)

Signed-off-by: Ovler <[email protected]>
  • Loading branch information
Ovler-Young authored Dec 2, 2024
1 parent e870631 commit d17a91c
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 @@ -455,6 +455,7 @@ jobs:
build-and-release-mac-app-store:
runs-on: macos-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d17a91c

Please sign in to comment.