From d10a0774eb49fa0dd7024d129de2488116dc81cc Mon Sep 17 00:00:00 2001 From: Juanpe Araque Date: Thu, 8 May 2025 16:13:32 +0200 Subject: [PATCH] Ensure Validate Pinned Actions run on master --- .github/workflows/validate-pinned-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-pinned-actions.yml b/.github/workflows/validate-pinned-actions.yml index 6a7e9998791cd..5df8beba2ce05 100644 --- a/.github/workflows/validate-pinned-actions.yml +++ b/.github/workflows/validate-pinned-actions.yml @@ -1,6 +1,9 @@ name: Validate Pinned Actions on: pull_request: {} + push: + branches: + - master merge_group: # Test requested to pass before merging # needs to trigger in merge queues