This commit is contained in:
CJ Pais 2025-06-25 18:26:39 -07:00
parent 1e673c27a1
commit bc22b0a432

View file

@ -1,6 +1,10 @@
name: "test-every-commit" name: "test-every-commit"
on: workflow_dispatch # on: workflow_dispatch
on:
push:
branches:
- "test-build"
jobs: jobs:
test-tauri: test-tauri: