From f99f423f4c86769cfb33b8db0c467be85ce54241 Mon Sep 17 00:00:00 2001 From: Tom Flanagan Date: Mon, 5 Jun 2023 22:04:40 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7c2b8c..0fa9b93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ name: Dominate on: push: - branches: [ "test" ] + branches: ["master"] pull_request: - branches: [ "test" ] + branches: ["master"] jobs: test: