From a25e33a54310f578831779dfc3710ea76dd814f1 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Tue, 30 Dec 2025 14:43:11 +0000 Subject: [PATCH] Update actions-ignore-branches.patch to work with latest master Signed-off-by: Andrew Leonard --- patches/actions-ignore-branches.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/patches/actions-ignore-branches.patch b/patches/actions-ignore-branches.patch index cb62eff..567c377 100644 --- a/patches/actions-ignore-branches.patch +++ b/patches/actions-ignore-branches.patch @@ -9,16 +9,15 @@ Currently, every time the mirror job runs we end up running GitHub actions build 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml -index ec7e3c9957b..cac8a36dcaf 100644 +index 09e6ed65a47..2d6276fbd60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml -@@ -29,6 +29,8 @@ on: +@@ -28,6 +28,8 @@ name: 'OpenJDK GHA Sanity Checks' + on: push: branches-ignore: - - master + - dev* + - release* - pr/* - - jdk* workflow_dispatch: inputs: