From c5293126aae0e42e8d389137cc4570e2e9bd16c3 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 13 Sep 2023 17:48:00 +0200 Subject: [PATCH] fix: run on all branches --- .forgejo/workflows/check.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 6a0870a..86664e1 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -1,8 +1,6 @@ name: Check -on: - push: - branches: ['master'] +on: [push] jobs: check: