From 73379d362737ca41d70630fe522c2aaa9d2ee21f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 10 Jan 2023 13:13:52 -0500 Subject: [PATCH] Run CI on all PRs --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af351ec..ca18f2c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,8 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master ] pull_request: + push: branches: [ master ] # Allows you to run this workflow manually from the Actions tab