Skip to content

Commit

Permalink
added branch name in yml file (#842)
Browse files Browse the repository at this point in the history
* fix: Improve Handling of Sensitive Data in Browser

Signed-off-by: bhavanakarwade <[email protected]>

* improved error handling for layout component

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: improve variables initialization logic

Signed-off-by: bhavanakarwade <[email protected]>

* removed hardcoded variables

Signed-off-by: bhavanakarwade <[email protected]>

* added file path in yml file

Signed-off-by: bhavanakarwade <[email protected]>

---------

Signed-off-by: bhavanakarwade <[email protected]>
  • Loading branch information
bhavanakarwade authored and pranalidhanavade committed Dec 23, 2024
1 parent c1cba38 commit f4dfd2d
Showing 1 changed file with 2 additions and 2 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
branches: develop-fixed-dco
pull_request:
branches: develop
branches: develop-fixed-dco

jobs:
deploy:
Expand Down

0 comments on commit f4dfd2d

Please sign in to comment.