Skip to content

Commit 4a1df95

Browse files
authored
Update frontend-maven-node-build.yml
1 parent 00bf9f0 commit 4a1df95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend-maven-node-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Compliance check and build test
22

33
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
55
enable-node: true
66

77
on: # defining on which triggers this action should run
88
push:
99
branches:
1010
# define on push of which branches should this action be run
1111
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/**
1313
- ".github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/**
1414
pull_request: # trigger this action also on Pull Requests
1515
types: [opened, reopened]

0 commit comments

Comments
 (0)