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
|
name: Build and Deploy to Kubernetes
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches: [ main ]
|
# branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue