Skip to content

Commit 31ab66a

Browse files
authored
Update main.yml
1 parent f8429cc commit 31ab66a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
repository_dispatch:
8+
79

810
jobs:
911
publish-tauri:
@@ -65,4 +67,4 @@ jobs:
6567
releaseBody: 'See the assets to download this version and install.'
6668
releaseDraft: true
6769
prerelease: false
68-
args: ${{ matrix.args }}
70+
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)