Skip to content

Commit b4168d0

Browse files
committed
Add test extensions as trigger
1 parent 7178308 commit b4168d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ext-matrix-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
name: "${{ matrix.extension }} (PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }})"
1010
runs-on: ${{ matrix.operating-system }}
11-
if: contains(github.event.head_commit.message, 'extension test')
11+
if: contains(github.event.head_commit.message, 'extension test') || contains(github.event.head_commit.message, 'test extensions')
1212
strategy:
1313
fail-fast: false
1414
matrix:

0 commit comments

Comments
 (0)