Skip to content

Commit 75b7257

Browse files
authored
Update release.yml
1 parent d3fc5e5 commit 75b7257

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: 'publish'
22
on:
3-
push:
4-
branches:
5-
- release
3+
workflow_run:
4+
workflows: ["Lint Rust", "Lint Node.js"]
5+
branches: [master]
6+
types:
7+
- completed
68

79
jobs:
810
publish-tauri:
11+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
912
permissions:
1013
contents: write
1114
strategy:

0 commit comments

Comments
 (0)