In protobuf update, allow develop branch to auto-update (#9027)

This commit is contained in:
Jonathan Bennett
2025-12-20 11:11:21 -06:00
committed by GitHub
parent 4fe1c87e54
commit cadf151826

View File

@@ -16,7 +16,7 @@ jobs:
submodules: true submodules: true
- name: Update submodule - name: Update submodule
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' }}
run: | run: |
git submodule update --remote protobufs git submodule update --remote protobufs