Skip to content

Commit 1b7e305

Browse files
committed
ci: exclude next branch from GH workflows
1 parent 75918fd commit 1b7e305

5 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/lint-plugin.yml

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

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
7+
- 'next/**'
58
paths-ignore:
69
- '**/*.md'
710

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches-ignore:
1111
- 'main'
12+
- 'next'
13+
- 'next/**'
1214
push:
1315
branches:
1416
- 'canary'

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

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

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
7+
- 'next/**'
58
paths-ignore:
69
- '**/*.md'
710

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

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

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
7+
- 'next/**'
58
paths-ignore:
69
- '**/*.md'
710

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

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

33
on:
44
pull_request:
5+
branches-ignore:
6+
- 'next'
7+
- 'next/**'
58
paths-ignore:
69
- '**/*.md'
710

0 commit comments

Comments
 (0)