Skip to content

Commit

Permalink
Trigger on tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Apr 1, 2024
1 parent a7d5aed commit 27060a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
release:
branches:
- main
push:
tags:
- 'v*.*.*'
name: Distribute Electron Application
jobs:
distribute:
Expand All @@ -21,3 +21,4 @@ jobs:
CSC_LINK: "${{ secrets.mac_certs }}"
CSC_KEY_PASSWORD: "${{ secrets.mac_certs_password }}"
TEAM_ID: "${{ secrets.team_id }}"
GH_TOKEN: "${{ secrets.gh_token }}"

0 comments on commit 27060a4

Please sign in to comment.