Update release-workflow.yml (#2271)

This commit is contained in:
Robbie Davis 2023-09-04 22:42:14 -04:00 committed by GitHub
parent 55666b3db9
commit 4736f0b99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ name: Build and Test PR
on:
pull_request:
branches: [ '**' ]
types: [synchronize]
jobs:
build:

View File

@ -79,7 +79,6 @@ jobs:
permissions:
packages: write
contents: read
if: github.event_name == 'pull_request' && startsWith(github.head_ref, 'releases/') && github.event.pull_request.base.ref == 'develop'
steps:
- name: Find Current Pull Request
uses: jwalton/gh-find-current-pr@v1