ci: add test workflow to check triggering
All checks were successful
Test Trigger / test (push) Successful in 0s

This commit is contained in:
2026-04-22 16:31:10 +08:00
parent e974fb88f3
commit 46f2e5093d

11
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Test Trigger
on:
push:
branches: [main]
jobs:
test:
runs-on: mac-runner
steps:
- run: echo "hello world"