Skip to content

Commit 87d4705

Browse files
Run workflow for PRs, also
1 parent 1656587 commit 87d4705

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/php.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Unit tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- 'master'
7+
tags:
8+
- '*'
9+
pull_request:
410

511
jobs:
612
build:
@@ -61,4 +67,4 @@ jobs:
6167
CC_TEST_REPORTER_ID: ${{ secrets.codeClimateReporterID }}
6268
with:
6369
coverageCommand: ./vendor/bin/phpunit --coverage-clover=clover.xml
64-
debug: true
70+
debug: true

0 commit comments

Comments
 (0)