diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 414f8b9..42eaec0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -2,7 +2,7 @@ name: CI/CD workflow on: push: - branches: [ "main" ] + branches: [ "feat/host-koyeb" ] pull_request: branches: [ "main" ]