From 9b49eb47ac84e236ea7c3387c4f736921ca49651 Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Fri, 14 Aug 2026 08:41:41 -0400 Subject: [PATCH] Remove superflous workflow trigger. The trigger for pushed branches with the release-* pattern caused unnecessary workflow runs. These branches always require creating a pull request which triggers the workflow too, so duplicated work. Removing from push trigger. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 086dbff..8a596fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,6 @@ on: push: branches: - main - - 'release-*' tags: - 'v*' # Trigger on version tags paths-ignore: