Skip to content

Commit 6714164

Browse files
committed
- replaces path by path ignore so CI triggers on dependabot PRs
1 parent a33add8 commit 6714164

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

.github/workflows/gradle-build.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: Java CI with Gradle
33
on:
44
pull_request:
55
branches: [ dev ]
6-
paths:
7-
- 'src/**'
8-
- '.github/**'
9-
- '!.gradle/wrapper'
10-
- '!.gitignore'
11-
- '!LICENSE'
12-
- '!THIRD PARTY NOTICES'
13-
- '!*.md'
14-
- '*.gradle'
6+
paths-ignore:
7+
- '.gradle/wrapper'
8+
- '.gitignore'
9+
- 'LICENSE'
10+
- 'THIRD PARTY NOTICES'
11+
- '*.md'
1512
workflow_dispatch:
1613

1714
jobs:

.github/workflows/preview-and-release.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: Maven Preview/Release and Github Release
33
on:
44
push:
55
branches: [ dev ]
6-
paths:
7-
- 'src/**'
8-
- '.github/**'
9-
- '!.gradle/wrapper'
10-
- '!.gitignore'
11-
- '!LICENSE'
12-
- '!THIRD PARTY NOTICES'
13-
- '!*.md'
14-
- '*.gradle'
6+
paths-ignore:
7+
- '.gradle/wrapper'
8+
- '.gitignore'
9+
- 'LICENSE'
10+
- 'THIRD PARTY NOTICES'
11+
- '*.md'
1512
workflow_dispatch:
1613

1714
env:

0 commit comments

Comments
 (0)