diff --git a/.github/workflows/release_pr.yml b/.github/workflows/release_pr.yml index c801f68d0..dafc77b81 100644 --- a/.github/workflows/release_pr.yml +++ b/.github/workflows/release_pr.yml @@ -1,11 +1,15 @@ name: Update release PR on: - push: + pull_request: + types: [opened, reopened, synchronize] + branches: + - master workflow_dispatch: jobs: update-pr: + if: github.head_ref == 'dev' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4