Skip to content

Commit cd40d68

Browse files
committed
ci: set ci branch triggers
1 parent 92394ac commit cd40d68

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]+.[0-9]+.x'
5+
- '[6-9]+.x'
66
pull_request:
77
branches:
8-
- '[6-9]+.[0-9]+.x'
8+
- '[6-9]+.x'
99
workflow_dispatch:
1010
jobs:
1111
test_project:

0 commit comments

Comments
 (0)