run
This commit is contained in:
parent
1e673c27a1
commit
bc22b0a432
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: "test-every-commit"
|
||||
|
||||
on: workflow_dispatch
|
||||
# on: workflow_dispatch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "test-build"
|
||||
|
||||
jobs:
|
||||
test-tauri:
|
||||
|
|
|
|||
Loading…
Reference in a new issue