Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Jan 2, 2025
1 parent 4a248d6 commit cf8afab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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: develop-fixed-dco
pull_request:
branches: main
branches: develop-fixed-dco

jobs:
deploy:
Expand Down Expand Up @@ -40,3 +40,5 @@ jobs:
project: "credebl-dev-ui"
entrypoint: "server/entry.mjs"
root: "dist"


0 comments on commit cf8afab

Please sign in to comment.