Skip to content

Commit

Permalink
Fix typo in deploy staging
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Aug 1, 2024
1 parent 7549d9f commit d6fdb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy-backend:
name: Build and Deploy Backend
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/stagin'
if: github.ref == 'refs/heads/staging'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d6fdb24

Please sign in to comment.