We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1656587 commit 87d4705Copy full SHA for 87d4705
.github/workflows/php.yml
@@ -1,6 +1,12 @@
1
name: Unit tests
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - 'master'
7
+ tags:
8
+ - '*'
9
+ pull_request:
10
11
jobs:
12
build:
@@ -61,4 +67,4 @@ jobs:
61
67
CC_TEST_REPORTER_ID: ${{ secrets.codeClimateReporterID }}
62
68
with:
63
69
coverageCommand: ./vendor/bin/phpunit --coverage-clover=clover.xml
64
- debug: true
70
+ debug: true
0 commit comments