Skip to content

Commit 383af17

Browse files
authored
Update build-all.yml
1 parent 2842a41 commit 383af17

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ env:
66

77
on: # defining on which triggers this action should run
88
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/**
9+
10+
1411
pull_request: # trigger this action also on Pull Requests
1512
types: [opened, reopened]
1613

0 commit comments

Comments
 (0)