From 7f591e098f74b0aec68c83e8cdb11e7b78077576 Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Fri, 20 Sep 2024 11:39:30 +0200 Subject: [PATCH] prevent workflows from triggering in main from other branches --- .github/workflows/test-integration.yml | 2 -- .github/workflows/test-regression.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index ef15b0a3..1f62e04d 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -7,8 +7,6 @@ on: pull_request: workflow_run: workflows: ["Test Code Samples"] - branches: - - '*' types: - completed diff --git a/.github/workflows/test-regression.yml b/.github/workflows/test-regression.yml index bcb0ffb5..bba7fbea 100644 --- a/.github/workflows/test-regression.yml +++ b/.github/workflows/test-regression.yml @@ -7,8 +7,6 @@ on: pull_request: workflow_run: workflows: ["Test Code Samples"] - branches: - - '*' types: - completed