Skip to content

Commit

Permalink
Merge pull request #545 from KyleAure/RELEASE-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure authored Jul 2, 2024
2 parents 380a8b9 + a3d63d6 commit d04d95c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: Java CI with Maven

on:
push:
branches: [ "main" ]
branches:
- 'main'
- 'RELEASE-*'
pull_request:
branches: [ "main" ]
branches:
- 'main'
- 'RELEASE-*'

permissions:
contents: read
Expand Down

0 comments on commit d04d95c

Please sign in to comment.