Skip to content

Commit 1da6181

Browse files
authored
Update build-all.yml
1 parent 4b6ab9c commit 1da6181

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ env:
44
app-path: "/sps-backend" # example "/backend" for monorepos or "" for multi repos
55
66

7-
on: # defining on which triggers this action should run
8-
push:
9-
pull_request: # trigger this action also on Pull Requests
10-
types: [opened, reopened]
11-
7+
on: [push]
128
jobs:
139
build-maven:
1410
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)