-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release when respective release workflows change (#320)
- Loading branch information
1 parent
01cb664
commit b2049c9
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Deploy Fork API | |
on: | ||
push: | ||
branches: main | ||
paths: 'fork-api/**' | ||
paths: ['fork-api/**', '**/fork-api-release.yaml'] | ||
|
||
defaults: | ||
run: | ||
|
@@ -21,7 +21,7 @@ jobs: | |
node-version: latest | ||
cache: 'pnpm' | ||
cache-dependency-path: '**/pnpm-lock.yaml' | ||
- run: pnpm install | ||
- run: pnpm install --prefer-offline | ||
- name: Publish | ||
uses: cloudflare/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Deploy Vnet API | |
on: | ||
push: | ||
branches: main | ||
paths: 'vnet-api/**' | ||
paths: ['vnet-api/**', '**/vnet-api-release.yaml'] | ||
|
||
defaults: | ||
run: | ||
|
@@ -21,7 +21,7 @@ jobs: | |
node-version: latest | ||
cache: 'pnpm' | ||
cache-dependency-path: '**/pnpm-lock.yaml' | ||
- run: pnpm install | ||
- run: pnpm install --prefer-offline | ||
- name: Publish | ||
uses: cloudflare/[email protected] | ||
with: | ||
|