Skip to content

Commit

Permalink
ci: "1.*" should be "1.**"
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 5, 2023
1 parent 11e6a73 commit e5ef569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Java CI - Build on Push

on:
push:
branches: [ main, dev, "1.*" ]
branches: [ main, dev, "1.**" ]
workflow_dispatch:
inputs:
skip_maven_publish:
Expand Down

0 comments on commit e5ef569

Please sign in to comment.