Skip to content

Commit

Permalink
Update PR-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Njoku Ujunwa Sophia <[email protected]>
  • Loading branch information
Ujusophy authored Aug 9, 2024
1 parent 12b6f0e commit e50836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: delve_be.tar

deploy_to_staging:
if: github.event_name == 'push' && (github.ref == 'refs/heads/staging')
if: github.event_name == 'push' && (github.ref == 'refs/heads/devops')
needs: build_and_deploy
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e50836d

Please sign in to comment.