Skip to content

Commit

Permalink
Run semver check even when no prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Jul 30, 2024
1 parent 0754429 commit 1b3805e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Check semver
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- prdoc/*.prdoc
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -74,7 +72,7 @@ jobs:
- name: install parity-publish
# Set the target dir to cache the build.
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish -q
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.8.0 -q

- name: check semver
run: |
Expand Down

0 comments on commit 1b3805e

Please sign in to comment.