From 98967db79a97876b7d25b9f681373fd1d94420d4 Mon Sep 17 00:00:00 2001 From: Akira Hayashi Date: Mon, 4 Mar 2024 17:04:31 +0900 Subject: [PATCH] Execute on push to test workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b45f0d2..e8e72f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: CI -on: pull_request +on: + pull_request: + push: jobs: dbt-build: