We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e673c2 commit bc22b0aCopy full SHA for bc22b0a
.github/workflows/main.yml
@@ -1,6 +1,10 @@
1
name: "test-every-commit"
2
3
-on: workflow_dispatch
+# on: workflow_dispatch
4
+on:
5
+ push:
6
+ branches:
7
+ - "test-build"
8
9
jobs:
10
test-tauri:
0 commit comments