Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit effbee3

Browse files
Also run workflows on pull requests (#25)
1 parent e6ab7f7 commit effbee3

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)

AltStyle によって変換されたページ (->オリジナル) /