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;"'