Skip to content

Commit b269163

Browse files
committed
Remove paths filter from serveral GH action items
1 parent ea2147d commit b269163

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/api-surface-area-review-verification.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
types: [ opened, synchronize, reopened, labeled, unlabeled ]
1010
branches:
1111
- master
12-
paths:
13-
- '**/*.java'
1412

1513
jobs:
1614
api-surface-area-review-verification:

.github/workflows/changelog-verification.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
types: [ opened, synchronize, reopened, labeled, unlabeled ]
1010
branches:
1111
- master
12-
paths:
13-
- '**/*.java'
1412

1513
jobs:
1614
changelog-verification:

.github/workflows/new-module-verification.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
branches:
77
- master
88
- feature/master/*
9-
paths:
10-
- '**/*.xml'
11-
- '.brazil.json'
129

1310
permissions:
1411
contents: read

0 commit comments

Comments
 (0)