Skip to content

Commit 80db24d

Browse files
committed
chore: add pipelines to PRs
1 parent 75cf2e6 commit 80db24d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: CI
22

3-
on: [ push ]
4-
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types:
9+
- opened
510
jobs:
611
phpunit:
712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)