From a2a5561573eb2de73a2d2937f2717d9f9844c36b Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Tue, 23 Jul 2024 23:13:42 +0200 Subject: [PATCH] rm on ci in pr --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a257c1..198311e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,9 @@ name: ci -on: [push, pull_request] + push: + branches: [main] + pull_request: + # always jobs: