Skip to content

Commit

Permalink
Merge branch 'fix/qa-page-breaking-issue' of https://github.com/crede…
Browse files Browse the repository at this point in the history
…bl/studio into fix/qa-page-breaking-issue
  • Loading branch information
pranalidhanavade committed Oct 9, 2024
2 parents 6e3eb80 + 485f7e8 commit 4825f67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy
on:
push:
branches: main
branches: fix/qa-page-breaking-issue
pull_request:
branches: main
branches: fix/qa-page-breaking-issue

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

0 comments on commit 4825f67

Please sign in to comment.