Skip to content

Commit 1936de6

Browse files
committed
chore(ci): only enable next pr ci for hotfix
1 parent 06b153b commit 1936de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
setup:
1717
runs-on: ${{ matrix.os }}
18-
if: github.event_name == 'push' || !(github.base_ref == '2.x' && github.head_ref == 'dev')
18+
if: github.event_name == 'push' || !((github.base_ref == '2.x' || github.base_ref == 'next') && github.head_ref == 'dev')
1919

2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)