Skip to content

Commit afac062

Browse files
authored
Run CI on push to any branch
... and ignore 'release' dir
1 parent d07127f commit afac062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Java CI with Gradle
22

33
on:
44
push:
5-
branches: [ main ]
5+
paths-ignore:
6+
- 'release/**'
67
pull_request:
78
branches: [ main ]
89

0 commit comments

Comments
 (0)