Skip to content

Commit

Permalink
Merge pull request #125 from grails-plugins/ci/java-ci-workflow
Browse files Browse the repository at this point in the history
Update Java CI Workflow Trigger
  • Loading branch information
puneetbehl authored Jan 7, 2022
2 parents 1260c80 + cb4782b commit 338fd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Java CI
on:
push:
branches:
- master
- '[3-9]+.[0-9]+.x'
pull_request:
branches:
- master
- '[3-9]+.[0-9]+.x'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 338fd6a

Please sign in to comment.