Skip to content

Commit 00df3c9

Browse files
committed
Update workflow trigger and names
1 parent 0b5d946 commit 00df3c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- 8.x
77
pull_request:
88
workflow_dispatch:
99

1010
jobs:
1111
build:
12+
name: OS=${{ matrix.os }}, Java=${{ matrix.java }}, Gradle=${{ matrix.gradle }}
1213
strategy:
1314
matrix:
1415
os: [ ubuntu-latest, windows-latest ]

0 commit comments

Comments
 (0)