Skip to content

Commit 182c0f2

Browse files
committed
Update gradle.yml to include nightly branch for push and pull request triggers
1 parent 75b5377 commit 182c0f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Java CI with Gradle
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "nightly" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "nightly" ]
88
workflow_call:
99

1010
permissions:

0 commit comments

Comments
 (0)