Skip to content

Commit 368310d

Browse files
authored
update trigger
1 parent d4b2b41 commit 368310d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Java CI
22
on:
33
push:
44
branches:
5-
- '[0-9]+.[0-9]+.x'
5+
- '*[0-9]+.[0-9]+.x'
66
pull_request:
77
branches:
8-
- '[0-9]+.[0-9]+.x'
8+
- '*[0-9]+.[0-9]+.x'
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)