Skip to content

Commit

Permalink
chore: release when respective release workflows change (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil authored Dec 11, 2024
1 parent 01cb664 commit b2049c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fork-api-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Fork API
on:
push:
branches: main
paths: 'fork-api/**'
paths: ['fork-api/**', '**/fork-api-release.yaml']

defaults:
run:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vnet-api-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Vnet API
on:
push:
branches: main
paths: 'vnet-api/**'
paths: ['vnet-api/**', '**/vnet-api-release.yaml']

defaults:
run:
Expand All @@ -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:
Expand Down

0 comments on commit b2049c9

Please sign in to comment.