Skip to content

Commit b28ba8c

Browse files
committed
feat: updating build script
1 parent 953e9dc commit b28ba8c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build-tauri.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ on:
1010
permissions:
1111
contents: write
1212

13-
name: Build Tauri App for All Platforms
14-
15-
on:
16-
push:
17-
# This will trigger on both 'v0.5.118' and '0.5.118'
18-
tags:
19-
- 'v*'
20-
- '[0-9]*'
21-
workflow_dispatch:
22-
23-
permissions:
24-
contents: write
25-
2613
jobs:
2714
publish:
2815
name: Build and Release

0 commit comments

Comments
 (0)