Browse Source

ci: update verify acition

pull/29334/head
xrkffgg 4 years ago
committed by GitHub
parent
commit
eb720d3f84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/verify-package-version.yml

2
.github/workflows/verify-package-version.yml

@ -7,7 +7,7 @@ on:
jobs: jobs:
verify: verify:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: contains(github.event.pull_request.title, 'changelog') if: contains(github.event.pull_request.title, 'changelog') || contains(github.event.pull_request.title, 'release')
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: verify-version - name: verify-version

Loading…
Cancel
Save