Skip to content

Commit eb4fc43

Browse files
committed
ci: run on push/PR, standardize CI workflow
Made-with: Cursor
1 parent add4341 commit eb4fc43

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: Test (manual only)
1+
name: CI
22
on:
3-
workflow_dispatch:
3+
push:
4+
branches: [main]
5+
pull_request:
46
jobs:
57
test:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)