Skip to content

Commit d4af296

Browse files
committed
ci: restore ci branch triggers
As the branch is now renamed to `6.0.x`.
1 parent 5d07748 commit d4af296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "Java CI"
22
on:
33
push:
44
branches:
5-
- '[6-9]+.x'
5+
- '[6-9]+.[0-9]+.x'
66
pull_request:
77
branches:
8-
- '[6-9]+.x'
8+
- '[6-9]+.[0-9]+.x'
99
workflow_dispatch:
1010
jobs:
1111
test_project:

0 commit comments

Comments
 (0)