Allow force deploying cast and accounts (while they're still in dev)

This commit is contained in:
Manav Rathi 2024-05-06 09:52:00 +05:30
parent 0194fe65c7
commit 51b103a620
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: "Deploy (accounts)"
on: on:
push: push:
# Run workflow on pushes to the deploy/accounts # Run workflow on pushes to the deploy/accounts
branches: [deploy/accounts] branches: [deploy/accounts, deploy-f/accounts]
jobs: jobs:
deploy: deploy:

View file

@ -3,7 +3,7 @@ name: "Deploy (cast)"
on: on:
push: push:
# Run workflow on pushes to the deploy/cast # Run workflow on pushes to the deploy/cast
branches: [deploy/cast] branches: [deploy/cast, deploy-f/cast]
jobs: jobs:
deploy: deploy: