Browse Source

ci: update pr check merge

pull/30664/head
xrkffgg 4 years ago
committed by GitHub
parent
commit
4e89acc46d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pr-check-merge.yml

2
.github/workflows/pr-check-merge.yml

@ -7,7 +7,7 @@ on:
jobs:
comment:
runs-on: ubuntu-latest
if: (github.event.pull_request.head.ref == 'feature' && github.event.pull_request.base.ref == 'master') || (github.event.pull_request.base.ref == 'feature' && github.event.pull_request.head.ref == 'master')
if: github.event.pull_request.head.ref == 'feature' || github.event.pull_request.head.ref == 'master'
steps:
- uses: actions-cool/issues-helper@v2.2.1
with:

Loading…
Cancel
Save