From 9c3c7b82c8d443d378f41f83500ec0c4b5fc1099 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Tue, 9 Nov 2021 19:14:14 +1300 Subject: [PATCH] Try to simplify ci (#314) --- .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 ed27baaca..6ff109e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -on: [push, pull_request] +on: [pull_request] name: Continuous integration