Skip to content

Commit

Permalink
added yml file
Browse files Browse the repository at this point in the history
Signed-off-by: bhavanakarwade <[email protected]>
  • Loading branch information
bhavanakarwade committed Jan 6, 2025
1 parent 0700c00 commit 9c71fd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy develop branch to Deno
on:
push:
branches: develop-fixed-dco
branches: fix/bugs
pull_request:
branches: develop-fixed-dco
branches: fix/bugs

jobs:
deploy:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy
on:
push:
branches: fix/bugs
branches: main
pull_request:
branches: fix/bugs
branches: main

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


0 comments on commit 9c71fd7

Please sign in to comment.