From da45534dfb7db149f4bea52328b202e090b0c165 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 10 May 2024 20:38:59 +0530 Subject: [PATCH] Add current branch to test.yml to test the integration test on dbt 1.5.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96c98ce81..8282f06f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: # Run on pushes to the default branch branches: [main] pull_request_target: # Also run on pull requests originated from forks - branches: [main] + branches: [main, correct-project-dir-partial-parse-file] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}