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 2842a41 commit 383af17Copy full SHA for 383af17
.github/workflows/build-all.yml
@@ -6,11 +6,8 @@ env:
6
7
on: # defining on which triggers this action should run
8
push:
9
- branches:
10
- # define on push of which branches should this action be run
11
- paths:
12
- - "sps-backend/**" # define the concrete paths on which a change triggers this action, e.g. backend/**
13
- - ".github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/**
+
14
pull_request: # trigger this action also on Pull Requests
15
types: [opened, reopened]
16
0 commit comments