Skip to content

Commit

Permalink
Use GitGub
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Jan 7, 2021
1 parent c3eef07 commit 1d1df2d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CI

on:
pull_request:
push:
branches: [ master, 2.x, 1.x ]
pull_request:
branches: [ master ]
push:
branches: [ master ]

jobs:
run:
Expand Down Expand Up @@ -50,3 +51,6 @@ jobs:

- name: Install dependencies
run: composer install

- name: Run PHPUnit tests
run: bin/phpunit

0 comments on commit 1d1df2d

Please sign in to comment.