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