File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Compliance check and build test
2
2
3
3
env :
4
- app-path : " /sps-backend " # example "/backend" for monorepos or "" for multi repos
4
+ app-path : " /sps-frontend " # example "/backend" for monorepos or "" for multi repos
5
5
enable-node : true
6
6
7
7
on : # defining on which triggers this action should run
8
8
push :
9
9
branches :
10
10
# define on push of which branches should this action be run
11
11
paths :
12
- - " sps-backend /**" # define the concrete paths on which a change triggers this action, e.g. backend/**
12
+ - " sps-frontend /**" # define the concrete paths on which a change triggers this action, e.g. backend/**
13
13
- " .github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/**
14
14
pull_request : # trigger this action also on Pull Requests
15
15
types : [opened, reopened]
You can’t perform that action at this time.
0 commit comments