diff --git a/.github/workflows/ci-and-cd.yml b/.github/workflows/ci-and-cd.yml index 2089464..8c2c452 100644 --- a/.github/workflows/ci-and-cd.yml +++ b/.github/workflows/ci-and-cd.yml @@ -1,7 +1,9 @@ name: CI & CD on: - workflow_dispatch: + push: + branches: + - feature/use-internal-database #testing # Trigger the workflow on pushes to the main branch, including PR merges: # push: # branches: