From fc570baa5b51a022ca4b9614b2330fc0547b1447 Mon Sep 17 00:00:00 2001 From: joergi <1439809+joergi@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:41:52 +0100 Subject: [PATCH] removes mac branch --- .github/workflows/testing-linux.yml | 2 +- .github/workflows/testing-mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-linux.yml b/.github/workflows/testing-linux.yml index 2f2b2e0..ac63f65 100644 --- a/.github/workflows/testing-linux.yml +++ b/.github/workflows/testing-linux.yml @@ -1,7 +1,7 @@ name: Linux - Read secrets from vault on: push: - branches: [ main, mac] + branches: [ main ] workflow_dispatch: {} jobs: diff --git a/.github/workflows/testing-mac.yml b/.github/workflows/testing-mac.yml index 709b8ab..21a5506 100644 --- a/.github/workflows/testing-mac.yml +++ b/.github/workflows/testing-mac.yml @@ -1,7 +1,7 @@ name: MAC - Read secrets from vault on: push: - branches: [ main, mac ] + branches: [ main ] workflow_dispatch: {} jobs: