Skip to content

Commit 3d69885

Browse files
committed
Fix issues.
1 parent aa3f417 commit 3d69885

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-exclude-array.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: test-exclude-array.yml
22
on:
3+
push:
4+
branches:
5+
- 'make-upgrade-test-workflow-context-aware'
36

47
jobs:
58
# Tests the full list of PHP/MySQL combinations for the two most recent versions of WordPress.
@@ -30,5 +33,5 @@ jobs:
3033
db-type: ${{ matrix.db-type }}
3134
db-version: ${{ matrix.db-version }}
3235
wp: ${{ matrix.wp }}
33-
new-version: ${{ inputs.new-version && inputs.new-version || 'latest' }}
36+
new-version: 'latest'
3437
multisite: ${{ matrix.multisite }}

0 commit comments

Comments
 (0)