Skip to content

Commit d889ace

Browse files
authored
chore: Exclude "next" branch from GH workflows (#2163)
* ci: exclude next branch from GH workflows * ci: remove next/** from exclusion
1 parent 75918fd commit d889ace

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.github/workflows/lint-plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Lint Plugin
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
57
paths-ignore:
68
- '**/*.md'
79

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches-ignore:
1111
- 'main'
12+
- 'next'
1213
push:
1314
branches:
1415
- 'canary'

.github/workflows/unit-test-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test Packages
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
57
paths-ignore:
68
- '**/*.md'
79

.github/workflows/unit-test-plugin-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Unit Test Plugin / WordPress Nightly
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
57
paths-ignore:
68
- '**/*.md'
79

.github/workflows/unit-test-plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Unit Test Plugin
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
57
paths-ignore:
68
- '**/*.md'
79

0 commit comments

Comments
 (0)