Skip to content

Commit b6b5958

Browse files
committed
allow manual deploy backend
1 parent 67f9d57 commit b6b5958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
deploy-backend:
5454
runs-on: ubuntu-latest
55-
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'TimChild/reflex-clerk-api' }}
55+
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'TimChild/reflex-clerk-api' }} || github.event_name == 'workflow_dispatch'
5656
environment:
5757
name: demo
5858
permissions:

0 commit comments

Comments
 (0)