[skip ci] No user facing changes (#2258)

This commit is contained in:
Joe Milazzo 2023-09-03 09:31:36 -07:00 committed by GitHub
parent b334df0ef1
commit 8f9b4eb0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ jobs:
permissions: permissions:
packages: write packages: write
contents: read contents: read
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}
steps: steps:
- name: Find Current Pull Request - name: Find Current Pull Request