We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07127f commit afac062Copy full SHA for afac062
.github/workflows/gradle.yml
@@ -2,7 +2,8 @@ name: Java CI with Gradle
2
3
on:
4
push:
5
- branches: [ main ]
+ paths-ignore:
6
+ - 'release/**'
7
pull_request:
8
branches: [ main ]
9
0 commit comments