Skip to content

Commit 78e6f09

Browse files
authored
Merge pull request #11 from grails-plugins/matrei/restore-branch-triggers
ci: restore ci branch triggers
2 parents 5d07748 + d4af296 commit 78e6f09

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)