diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index baa535d4b..2cfe0e00d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: test on: push: # Run on pushes to the default branch - branches: [main,poc-dbt-compile-task] + branches: [main] pull_request_target: # Also run on pull requests originated from forks branches: [main]