Skip to content

Commit

Permalink
Test on push to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 24, 2024
1 parent 850726f commit da96e25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Deploy code to staging or production

on:
push:
branches: [staging, production]
branches: [staging, production, andrew-mobile-deploy]

env:
SHOULD_DEPLOY_PRODUCTION: ${{ github.ref == 'refs/heads/production' }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
#concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

jobs:
validateActor:
Expand Down

0 comments on commit da96e25

Please sign in to comment.