Skip to content

Commit

Permalink
added build.yml for cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Apr 18, 2024
1 parent 37655a0 commit b4abdf0
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@v3'
- run: ls
Expand Down

0 comments on commit b4abdf0

Please sign in to comment.