We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b153b commit 1936de6Copy full SHA for 1936de6
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
setup:
17
runs-on: ${{ matrix.os }}
18
- if: github.event_name == 'push' || !(github.base_ref == '2.x' && github.head_ref == 'dev')
+ if: github.event_name == 'push' || !((github.base_ref == '2.x' || github.base_ref == 'next') && github.head_ref == 'dev')
19
20
strategy:
21
matrix:
0 commit comments