Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Jul 10, 2024
1 parent db8c832 commit e2f1f32
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
name: 'CI'

on:
push:
pull_request:
branches:
- master
workflow_dispatch:
on: [ push, pull_request, workflow_dispatch ]

jobs:
action:
name: "CI (${{ github.event_name }}) for ${{ matrix.php-version }} ${{ matrix.dokuwiki-branch }}"
test:
strategy:
fail-fast: false
matrix:
Expand All @@ -23,5 +17,5 @@ jobs:

uses: mprins/.github/.github/workflows/test.yml@main
with:
php-version: ${{ matrix.php-version }}
dokuwiki-branch: ${{ matrix.dokuwiki-branch }}
php-version: "${{ matrix.php-version }}"
dokuwiki-branch: "${{ matrix.dokuwiki-branch }}"

0 comments on commit e2f1f32

Please sign in to comment.