Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Apr 8, 2024
1 parent ede3d17 commit 1c39000
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: 'CI'

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

jobs:
action:
name: "CI (${{ github.event_name }}} for ${{ matrix.php-version }} ${{ matrix.dokuwiki-branch }}"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1c39000

Please sign in to comment.