Skip to content

Commit e196af1

Browse files
authored
Modify pull request branches in maven.yml
Updated the branches for pull request triggers in the Maven workflow. Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent fc425dc commit e196af1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
name: Build
55

66
on:
7-
push:
8-
branches: [ main, 4.3.x, 4.2.x, 4.1.x ]
97
pull_request:
10-
branches: [ main, 4.3.x, 4.2.x, 4.1.x ]
8+
branches: [ main, 4.3.x ]
119

1210
jobs:
1311
build:
@@ -39,4 +37,4 @@ jobs:
3937
uses: actions/upload-artifact@v7
4038
with:
4139
name: surefire-reports
42-
path: '**/surefire-reports/*'
40+
path: '**/surefire-reports/*'

0 commit comments

Comments
 (0)