From 153ab962cc6f9d2fe747cc794b118f813b3d796e Mon Sep 17 00:00:00 2001 From: Connor Laughland <71669181+conochur@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:41:46 -0400 Subject: [PATCH] Update submodule-update.yml --- .github/workflows/submodule-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml index 1dc955c..73510e9 100644 --- a/.github/workflows/submodule-update.yml +++ b/.github/workflows/submodule-update.yml @@ -5,9 +5,9 @@ name: Submodule Updates ############################# on: push: - branches-ignore: [master, main] + branches: [master, main, develop] pull_request: - branches: [master, main] + branches-ignore: '**' ############### # Set the Job #