Skip to content

Commit c4bc96d

Browse files
authored
ci(test): run on pull requests (#16)
I would recommend we run the tests for pull requests. If you merge, I'd recommend to require the CI status before merging
1 parent 813b96b commit c4bc96d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
pull_request:
7+
types:
8+
- opened
9+
- synchronize
610
jobs:
711
ci:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)