ci(web): make Cloudflare deploy manual
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
name: Deploy to Cloudflare
|
||||
runs-on: ubuntu-latest
|
||||
needs: lint
|
||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
|
||||
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'
|
||||
defaults:
|
||||
run:
|
||||
working-directory: web
|
||||
|
||||
Reference in New Issue
Block a user