Skip to content

Commit

Permalink
feat: activated cicd for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Feb 26, 2024
1 parent 4891139 commit aa959a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Switchboard Staging

on:
push:
branches: [main]
branches: [main, staging]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa959a6

Please sign in to comment.