Skip to content

Commit

Permalink
Refactor GitHub workflows to trigger dbt compilation only on pull req…
Browse files Browse the repository at this point in the history
…uests
  • Loading branch information
TanookiVerde committed Oct 11, 2024
1 parent 10cad7b commit aedb50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt-compile.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DBT Compile

on: [pull_request, push]
on: [pull_request]

jobs:
dbt-compile:
Expand Down

0 comments on commit aedb50d

Please sign in to comment.