mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Only run deploy action when manually triggered
This commit is contained in:
parent
4795d02150
commit
dbaf92b3e8
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -1,9 +1,10 @@
|
||||
name: CI/CD
|
||||
name: CI/CD and Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
#push:
|
||||
# branches:
|
||||
# - main
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user