From 3654c2de7c7377599ede46e73f91e871ac64e0d8 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 11 Nov 2021 21:41:19 -0500 Subject: [PATCH] Run CI on pull requests (#49) --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aea9d6f..b0fd47c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,10 @@ name: CI 🔨 -on: +on: + pull_request: + branches: ['main'] push: - branches: ["**"] - + branches: ['main'] jobs: ci: