From bac307aa673ad43b67de3c2420747958fa85b3a1 Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Tue, 1 Oct 2024 16:18:50 +0200 Subject: [PATCH] ci: update 'on' rules --- .gitea/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 19c3822..4850c1e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -3,6 +3,9 @@ run-name: ${{ gitea.actor }} on: push: branches: + - '*' + branches-ignore: + - 'main' jobs: build: