From ad9ce635c3c30f1f9a331c56583518164ed15433 Mon Sep 17 00:00:00 2001 From: Roland Stahn Date: Fri, 13 Jun 2025 12:45:11 +0200 Subject: [PATCH] Update main.yml Remove trigger for branch rstahn-patch-1 for final PR --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f53eee3..9c89b14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: CI # Triggers the workflow on push or pull request events but only for the master branch on: push: - branches: [ master, rstahn-patch-* ] + branches: [ master ] pull_request: branches: [ master ]