Files
habo/.github/workflows/test.yml
xiaohei 46f2e5093d
All checks were successful
Test Trigger / test (push) Successful in 0s
ci: add test workflow to check triggering
2026-04-22 16:31:10 +08:00

12 lines
135 B
YAML

name: Test Trigger
on:
push:
branches: [main]
jobs:
test:
runs-on: mac-runner
steps:
- run: echo "hello world"