From f86d54c8ebf6eaa8180c1dbc632fb1f6b8c0b259 Mon Sep 17 00:00:00 2001 From: Heinrich Klobuczek Date: Mon, 8 Jan 2024 17:13:53 +0100 Subject: [PATCH] fixed test.yml --- .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 b6b693494..2f755bebd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test on: push: - branches: [ master ] + branches: [ '11' ] pull_request: - branches: [ master ] + branches: [ '11' ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: