From dc6ba62b2c2e8acf3f4d69a8fdd841733060838b Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 15 Jan 2025 13:29:55 +0200 Subject: [PATCH] Make the push target more specific This will reduce the amount of pipelines executed in PRs to once instead of twice due to two targets matching previously in PRs. --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f1a1be64e..bed284594 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,7 @@ name: Test and Validate on: push: + branches: [main] paths-ignore: - '**.md' - '.github/ISSUE_TEMPLATE/**'