Disable auto-deploy temporarily
This commit is contained in:
parent
0fee963bbb
commit
edc16e5efd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yaml
vendored
6
.github/workflows/deploy.yaml
vendored
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
name: Build and Deploy to Kubernetes
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
#on:
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue