From 74ad96652883427e5d2d4d8363b21e7705bb6bd6 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 5 Jun 2020 10:04:13 -0400 Subject: [PATCH] Run GitHub Actions CI on pull requests too --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f2c625a3..5045a1b9c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,5 @@ name: ci -on: push +on: [push, pull_request] jobs: test-27: runs-on: ${{ matrix.platform }}