Skip to content

Commit

Permalink
build: need 1.** for branches in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 21, 2024
1 parent 87a0d17 commit ffc6700
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 ffc6700

Please sign in to comment.