File tree Expand file tree Collapse file tree 2 files changed +12
-18
lines changed
Expand file tree Collapse file tree 2 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,12 @@ name: Java CI with Gradle
33on :
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
1714jobs :
Original file line number Diff line number Diff line change @@ -3,15 +3,12 @@ name: Maven Preview/Release and Github Release
33on :
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
1714env :
You can’t perform that action at this time.
0 commit comments