From 60fbd3c72837668e45832df04f4731bd0c5460e6 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 22 Jul 2021 10:05:23 +1200 Subject: [PATCH] github actions fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dfb9f9..d50d612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Run all tests # Run this workflow every time a new commit pushed to your repository -on: push +on: [push, pull_request] jobs: setup: