Skip to content

Commit 1c9a5d8

Browse files
committed
ci: remove next/** from exclusion
1 parent 1b7e305 commit 1c9a5d8

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/lint-plugin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches-ignore:
66
- 'next'
7-
- 'next/**'
87
paths-ignore:
98
- '**/*.md'
109

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
branches-ignore:
1111
- 'main'
1212
- 'next'
13-
- 'next/**'
1413
push:
1514
branches:
1615
- 'canary'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches-ignore:
66
- 'next'
7-
- 'next/**'
87
paths-ignore:
98
- '**/*.md'
109

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches-ignore:
66
- 'next'
7-
- 'next/**'
87
paths-ignore:
98
- '**/*.md'
109

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches-ignore:
66
- 'next'
7-
- 'next/**'
87
paths-ignore:
98
- '**/*.md'
109

0 commit comments

Comments
 (0)