We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3f417 commit 3d69885Copy full SHA for 3d69885
.github/workflows/test-exclude-array.yml
@@ -1,5 +1,8 @@
1
name: test-exclude-array.yml
2
on:
3
+ push:
4
+ branches:
5
+ - 'make-upgrade-test-workflow-context-aware'
6
7
jobs:
8
# Tests the full list of PHP/MySQL combinations for the two most recent versions of WordPress.
@@ -30,5 +33,5 @@ jobs:
30
33
db-type: ${{ matrix.db-type }}
31
34
db-version: ${{ matrix.db-version }}
32
35
wp: ${{ matrix.wp }}
- new-version: ${{ inputs.new-version && inputs.new-version || 'latest' }}
36
+ new-version: 'latest'
37
multisite: ${{ matrix.multisite }}
0 commit comments