From 6540abb3f56cbd92f2977f3c4d1cfd9d9ae50988 Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Wed, 5 Apr 2023 07:55:38 -0700 Subject: [PATCH] Actions: Update PR triggers for submodule pointer check This ensures the check is run when a draft PR for bumping the submodule is brought out of draft. --- .github/workflows/check-submodule-pointers.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/check-submodule-pointers.yml b/.github/workflows/check-submodule-pointers.yml index a7bca5a..03b76af 100644 --- a/.github/workflows/check-submodule-pointers.yml +++ b/.github/workflows/check-submodule-pointers.yml @@ -6,6 +6,11 @@ on: branches: [ main ] pull_request: branches: [ main ] + types: + - opened + - synchronize + - ready_for_review + - reopened schedule: - cron: '42 12 * * *'