We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f9d57 commit b6b5958Copy full SHA for b6b5958
.github/workflows/deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
53
deploy-backend:
54
runs-on: ubuntu-latest
55
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'TimChild/reflex-clerk-api' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'TimChild/reflex-clerk-api' }} || github.event_name == 'workflow_dispatch'
56
environment:
57
name: demo
58
permissions:
0 commit comments