From 60c5f826d6df2d171ecff3a2dbf005839f17cf38 Mon Sep 17 00:00:00 2001 From: kubi Date: Mon, 10 Jun 2024 14:32:36 -0700 Subject: [PATCH] Run build and tests on commits --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e4cdc0fd..fe7edecfb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,9 @@ name: Tests on: + push: + branches: + - '**' pull_request: branches: - '**'