From e13d1d2e1b383925806c1d3411437db32ad28f8d Mon Sep 17 00:00:00 2001 From: nicfv Date: Thu, 29 Feb 2024 11:58:03 -0800 Subject: [PATCH] Turn `on` actions into a list --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f14e05..b4240157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: - push: - pull_request: + - push + - pull_request jobs: test: