From 3e7a63bde50f19f77d7c1bd880b830b7dbd799af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Thu, 16 Nov 2023 22:55:50 +0100 Subject: [PATCH] Update all-workflows.yaml --- .github/workflows/all-workflows.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all-workflows.yaml b/.github/workflows/all-workflows.yaml index 5e3e7e58..989920a6 100644 --- a/.github/workflows/all-workflows.yaml +++ b/.github/workflows/all-workflows.yaml @@ -18,6 +18,7 @@ jobs: # We pass information about the triggering event event_name: ${{ github.event_name }} run_id: ${{ github.run_id }} + main_branches: main,new_workflows # code-coverage creates data bases for the tests. Here you can specify the schemas you need for the workflow schema_creation: '"CREATE SCHEMA test_ds; CREATE SCHEMA not_test_ds;"'