From 00f2c599c07fd524456e5f9519a80959604f0eea Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 3 Feb 2024 11:25:11 +0100 Subject: [PATCH] [BUGFIX] Avoid double CI runs for pull requests --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bfafcbe..89738e85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,10 @@ # https://help.github.com/en/categories/automating-your-workflow-with-github-actions on: - pull_request: push: + branches: + - main + pull_request: schedule: - cron: '3 3 * * 1'