Skip to content

Commit

Permalink
chore(ci): update CI deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 6, 2024
1 parent 6ec728f commit cd3c47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
deploy-stage:
runs-on: ubuntu-latest
name: Deploy to stage
if: ${{ github.ref == 'refs/heads/develop' }}

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
deploy-stage:
runs-on: ubuntu-latest
name: Deploy to stage
if: ${{ github.ref == 'refs/heads/develop' }}

steps:
- name: Checkout
Expand Down

0 comments on commit cd3c47e

Please sign in to comment.