Allow force deploying cast and accounts (while they're still in dev)
This commit is contained in:
parent
0194fe65c7
commit
51b103a620
2 changed files with 2 additions and 2 deletions
2
.github/workflows/web-deploy-accounts.yml
vendored
2
.github/workflows/web-deploy-accounts.yml
vendored
|
@ -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:
|
||||||
|
|
2
.github/workflows/web-deploy-cast.yml
vendored
2
.github/workflows/web-deploy-cast.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue