Skip to content

Commit 2d87cc3

Browse files
authored
Update tauri-ci.yml
1 parent 16f74d0 commit 2d87cc3

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/tauri-ci.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@ env:
1111
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
1212

1313
on:
14-
push:
15-
branches: [main, develop, v2-develop]
16-
paths:
17-
- 'packages/app/**'
18-
- '.github/workflows/**'
19-
pull_request:
20-
branches: [v2-develop]
21-
paths:
22-
- 'packages/app/**'
23-
- '.github/workflows/**'
14+
workflow_dispatch:
15+
2416

2517
jobs:
2618
test-build:

0 commit comments

Comments
 (0)