From aedb50d0f98c0fd233b6780318220f43249ea2fa Mon Sep 17 00:00:00 2001 From: Pedro Nascimento Date: Fri, 11 Oct 2024 10:51:21 -0300 Subject: [PATCH] Refactor GitHub workflows to trigger dbt compilation only on pull requests --- .github/workflows/dbt-compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt-compile.yaml b/.github/workflows/dbt-compile.yaml index b7191fb3..b7b32510 100644 --- a/.github/workflows/dbt-compile.yaml +++ b/.github/workflows/dbt-compile.yaml @@ -1,6 +1,6 @@ name: DBT Compile -on: [pull_request, push] +on: [pull_request] jobs: dbt-compile: