Skip to content

Commit 86769dd

Browse files
authored
Update Maven workflow to remove push trigger
Removed push trigger for specific branches in Maven workflow. Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 843c3a4 commit 86769dd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/maven.yml

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

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

0 commit comments

Comments
 (0)