Skip to content

Commit

Permalink
Using db connection uri instead of creating it
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Apr 23, 2024
1 parent 0b74ceb commit 71aacb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: build-and-deployment
on:
push:
branches:
- develop
- feature/10-continuous-deployment-for-gen2-function
- main

jobs:
deploy-staging:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/feature/10-continuous-deployment-for-gen2-function'
steps:
- uses: 'actions/checkout@v4'
- id: 'auth'
Expand Down

0 comments on commit 71aacb0

Please sign in to comment.