Skip to content

Commit c579b3a

Browse files
committed
Upgrade
1 parent 82bf346 commit c579b3a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cd-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CD API
22
on:
33
push:
4+
branches: [ main, master ]
45
paths:
56
- "backend/api/package.json"
67
- ".github/workflows/cd-api.yml"

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: CD
66
on:
77
push:
88
branches: [ main, master ]
9+
paths:
10+
- "package.json"
911

1012
jobs:
1113
release:

0 commit comments

Comments
 (0)