Skip to content

Commit

Permalink
build macos on push
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 26, 2024
1 parent 475bd9e commit a855dc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
# Enable manual run
workflow_dispatch:
push:
tags:
- '**'

jobs:
get-version:
Expand Down Expand Up @@ -161,5 +159,4 @@ jobs:
path: build/macos/Build/Products/Release/${{ steps.compress.outputs.zipName }}

- name: Publish to App Store
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: app-store-connect publish --path ${{ steps.package.outputs.PACKAGE_NAME }}

0 comments on commit a855dc3

Please sign in to comment.