From fcd8f8abaf0523b8798a6f3b294086346c2d9319 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Thu, 27 Jun 2024 15:41:47 -0400 Subject: [PATCH] Add push trigger to ci job --- .github/workflows/combine-data.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/combine-data.yml b/.github/workflows/combine-data.yml index bc26082de..3dd40eb2e 100644 --- a/.github/workflows/combine-data.yml +++ b/.github/workflows/combine-data.yml @@ -1,6 +1,8 @@ name: assemble-data on: + push: + branches: ["*"] pull_request: types: [synchronize, opened, reopened] branches: [main]