From 26b6f4cb2e7efe609acca9f62e60ea132582b84f Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 25 Apr 2024 23:09:08 +0000 Subject: [PATCH] test pr flow --- .github/workflows/ci-and-cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: