Skip to content

Commit

Permalink
Build artifacts for 2.x series release branches, not just new pushes …
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
abought committed Feb 20, 2023
1 parent 6b3649b commit f358107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java Build with Maven

on:
push:
branches: [ main, dev]
branches: [ main, dev, 'release-*']
pull_request:
branches: [ main ]

Expand Down

0 comments on commit f358107

Please sign in to comment.