Skip to content

Commit

Permalink
fix: changes in workflow file deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Oct 7, 2024
1 parent e5a944b commit ead4541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy
on:
push:
branches: qa
branches: main
pull_request:
branches: qa
branches: main

jobs:
deploy:
Expand Down Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-studio-qa"
project: "credebl-studio"
entrypoint: "server/entry.mjs"
root: "dist"

0 comments on commit ead4541

Please sign in to comment.