Skip to content

Commit

Permalink
Updated branch for staging build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Jan 11, 2024
1 parent 42c2f49 commit 975dff6
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,14 +3,14 @@ name: build-and-deployment
on:
push:
branches:
- develop
- feature/66-fixes-for-the-upgarded-packages
- main

jobs:
# build and test jobs will be added later one we have unit tests in place
deploy-staging:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/feature/66-fixes-for-the-upgarded-packages'
steps:
- uses: 'actions/checkout@v3'

Expand Down

0 comments on commit 975dff6

Please sign in to comment.