From c9b922efa2c47c19ccc4660efc9602d390b31d6a Mon Sep 17 00:00:00 2001 From: Connor Laughland <71669181+conochur@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:42:48 -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 5054699..7733f18 100644 --- a/.github/workflows/submodule-update.yml +++ b/.github/workflows/submodule-update.yml @@ -5,9 +5,9 @@ name: Submodule Updates ############################# on: push: - branches-ignore: [develop] + branches: [master, main, develop] pull_request: - branches: [develop] + branches-ignore: '**' ############### # Set the Job #