From 20c35e96e2dd6b49c93149f6d6f04072c453434c Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Mon, 6 Jun 2022 01:25:27 +0200 Subject: [PATCH] Test all branches --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0d51cf..ab7f4b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,9 @@ name: Test on: push: - branches: [ main ] + branches: [ "*" ] pull_request: - branches: [ main ] + branches: [ "*" ] workflow_dispatch: jobs: