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 82bf346 commit c579b3aCopy full SHA for c579b3a
.github/workflows/cd-api.yml
@@ -1,6 +1,7 @@
1
name: CD API
2
on:
3
push:
4
+ branches: [ main, master ]
5
paths:
6
- "backend/api/package.json"
7
- ".github/workflows/cd-api.yml"
.github/workflows/cd.yml
@@ -6,6 +6,8 @@ name: CD
8
branches: [ main, master ]
9
+ paths:
10
+ - "package.json"
11
12
jobs:
13
release:
0 commit comments