From c318fb670c1af5610a4584d03195aac83b99bca3 Mon Sep 17 00:00:00 2001 From: Oliver Dragland Date: Fri, 18 Sep 2026 12:13:33 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20unng=C3=A5=20doble=20sjekker=20for?= =?UTF-8?q?=20dev=20til=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e8bf78..e3e9f0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [dev, main] + branches: [main] pull_request: branches: [dev, main] workflow_dispatch: