Skip to content

Commit

Permalink
chore(build): 1.3.x as trigger branch (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar authored Mar 11, 2024
1 parent f3aef3f commit 646f771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'chore/**'
- 'feat/**'
- 'fix/**'
- '1.3.x'
pull_request:
branches:
- '1.3.x'
Expand Down Expand Up @@ -46,4 +47,4 @@ jobs:
# java-version: 8
# maven-args: -X
# main-branch: main
# pr-reviewers: adesjardin, manikmagar, kkingavio
# pr-reviewers: adesjardin, manikmagar, kkingavio

0 comments on commit 646f771

Please sign in to comment.