From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Fri, 24 May 2024 14:47:14 +0000 (+0200) Subject: Run CI on pushes to main too. X-Git-Url: http://git.euphorik.ch/?a=commitdiff_plain;h=537118574bc05df23b83534bd73a43bb82e093f8;p=rust_exercises.git Run CI on pushes to main too. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceaefa7..c13c637 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