From 4b310e60b88bf10d154622bfe36738a5fb72ea7f Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sun, 17 Aug 2025 13:42:43 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9D=8C=20Run=20on=20feature-branch?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c6b8cfc29406748b1c2ef82354ffacf5068d4c8d. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa48ab0..defd922 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,8 @@ name: Test Workflow on: push: + branches: + - master pull_request: branches: - master