From cadf151826a169da9e0dfdf82e9168bef9d70a33 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Sat, 20 Dec 2025 11:11:21 -0600 Subject: [PATCH] In protobuf update, allow develop branch to auto-update (#9027) --- .github/workflows/update_protobufs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_protobufs.yml b/.github/workflows/update_protobufs.yml index d9ef98194..35565d1e4 100644 --- a/.github/workflows/update_protobufs.yml +++ b/.github/workflows/update_protobufs.yml @@ -16,7 +16,7 @@ jobs: submodules: true - name: Update submodule - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' }} run: | git submodule update --remote protobufs