xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|