From 90c8ece94fa6e5ec242bd8d38b0987876d888232 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 12 May 2022 04:50:16 -1000 Subject: [PATCH] Run CI pipeline on pull requests (#587) Allows CI to run for approved outside collaborators --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89812a09d..6b12fd1d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ concurrency: ci name: CI on: - push + - pull_request defaults: run: shell: bash