We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6ab9c commit 1da6181Copy full SHA for 1da6181
.github/workflows/build-all.yml
@@ -4,11 +4,7 @@ env:
4
app-path: "/sps-backend" # example "/backend" for monorepos or "" for multi repos
5
6
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
-
+on: [push]
12
jobs:
13
build-maven:
14
runs-on: ubuntu-latest
0 commit comments