Skip to content

Commit

Permalink
Only on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahe committed Feb 10, 2022
1 parent 14d1789 commit 5258baa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/php-quality.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: PHP Quality

on: [push, pull_request]
on: [ pull_request ]

jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: [ 7.4' ]
php-versions: [ '7.4' ]
name: PHP ${{ matrix.php-versions }} Test
steps:
- name: Checkout
Expand All @@ -18,8 +18,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, intl #optional, setup extensions

- name: Check composer
run: composer validate

Expand Down

0 comments on commit 5258baa

Please sign in to comment.