From 96f671b8031c73c994636a8b89e12c8e7e45bb03 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 5 Oct 2022 17:36:02 +0000 Subject: [PATCH] run github actions on pull requests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05823513..70f34a65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: CI -on: [push] +on: [push, pull_request] jobs: test-core: