From 537118574bc05df23b83534bd73a43bb82e093f8 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Fri, 24 May 2024 16:47:14 +0200 Subject: [PATCH] Run CI on pushes to main too. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceaefa7eb..c13c637fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: "CI" on: + push: + branches: + - main pull_request: branches: - main