From 336f575402085f8f1a441287752e44c325a673c9 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 3 Apr 2023 14:37:21 -0400 Subject: [PATCH] Ensure that CI also runs on the master branch. (#100) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 805b163..b1a4fb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: Wombat CI on: pull_request: branches: [master] + push: + branches: [master] jobs: test: