[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:
packages: write
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:
- name: Find Current Pull Request
@ -257,7 +257,7 @@ jobs:
body=${body//$'>'/'%3E'}
echo $body
echo "BODY=$body" >> $GITHUB_OUTPUT
- name: Check Out Repo
uses: actions/checkout@v3