Skip to content

Commit bc22b0a

Browse files
committed
run
1 parent 1e673c2 commit bc22b0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "test-every-commit"
22

3-
on: workflow_dispatch
3+
# on: workflow_dispatch
4+
on:
5+
push:
6+
branches:
7+
- "test-build"
48

59
jobs:
610
test-tauri:

0 commit comments

Comments
 (0)