Skip to content

Commit 290e629

Browse files
authored
Update build.yml to simplify pull_request triggers
Removed pull_request branch specification from build workflow.
1 parent 92c973e commit 290e629

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches: [ 'sustaining/15.2.x','master' ]
66
pull_request:
7-
branches: [ 'sustaining/15.2.x','master' ]
8-
97
jobs:
108
build-maven:
119
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)