From 0a49be57b68a3444343e626274e12ed297678ab0 Mon Sep 17 00:00:00 2001 From: Jan Boelts Date: Thu, 11 Apr 2024 11:30:26 +0200 Subject: [PATCH] fix ci. --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0e9743..be577e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: Continuous Integration -on: [pull_request, workflow_dispatch] +on: + push: + branches: + - main + pull_request: + workflow_dispatch: + defaults: run: