Skip to content

Commit 83245d0

Browse files
committed
fix(workflow): trigger under publish and edit
1 parent 74c02ad commit 83245d0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: 'Publish Tauri Application'
22

33
on:
44
release:
5-
types: [created] # This workflow runs when a new release is created
5+
types: [published, edited]
66

77
jobs:
88
build-tauri:
9-
# Use a matrix strategy to build for different operating systems
109
strategy:
11-
fail-fast: false # Allows other OS builds to continue if one fails
10+
fail-fast: false
1211
matrix:
1312
platform: [macos-latest, ubuntu-latest, windows-latest]
1413

0 commit comments

Comments
 (0)