Skip to content

Commit

Permalink
Updated workflow to only run on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Nov 24, 2024
1 parent 6ae5e0a commit aa448c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/package-mac.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Package AutoSubs for MacOS
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down Expand Up @@ -72,7 +69,7 @@ jobs:
cd AutoSubs-App
npm install
- name: Build App
- name: Bundle Tauri App
run: |
cd AutoSubs-App
export APPLE_SIGNING_IDENTITY="Developer ID Application: ${{ secrets.APPLE_IDENTITY }}"
Expand Down

0 comments on commit aa448c6

Please sign in to comment.