From 95142e36849da512f3d92cfcda747dfc550a4b39 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 4 Mar 2025 23:19:44 +0100 Subject: [PATCH] Update test.yml (#15397) --- .github/workflows/test.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 500d14fb7a..485c0095a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,13 @@ name: Test -on: [push, pull_request] +on: + push: + branches-ignore: + - 'phillip/**' + - 'sabrecat/**' + - 'kalista/**' + - 'natalie/**' + pull_request: permissions: contents: read