We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add4341 commit eb4fc43Copy full SHA for eb4fc43
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,8 @@
1
-name: Test (manual only)
+name: CI
2
on:
3
- workflow_dispatch:
+ push:
4
+ branches: [main]
5
+ pull_request:
6
jobs:
7
test:
8
runs-on: ubuntu-latest
0 commit comments