Skip to content

Commit 8219d43

Browse files
committed
Only on PR
1 parent e817396 commit 8219d43

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/php-quality.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: PHP Quality
22

3-
on: [push, pull_request]
3+
on: [ pull_request ]
44

55
jobs:
66
run:
77
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-versions: [ 7.4' ]
11+
php-versions: [ '7.4' ]
1212
name: PHP ${{ matrix.php-versions }} Test
1313
steps:
1414
- name: Checkout
@@ -18,8 +18,6 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: ${{ matrix.php-versions }}
21-
extensions: mbstring, intl #optional, setup extensions
22-
2321
- name: Check composer
2422
run: composer validate
2523

0 commit comments

Comments
 (0)