Skip to content

Commit

Permalink
Skip update READMEs PRs for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed May 22, 2021
1 parent c737417 commit 613cf36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
cargo readme --no-title --no-indent-headings --no-license --no-badges > README.md
(cd sys && cargo readme --no-title --no-indent-headings --no-license --no-badges > README.md)
- name: Create Pull Request
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: peter-evans/create-pull-request@v3
with:
base: ${{ github.head_ref }}
Expand Down

0 comments on commit 613cf36

Please sign in to comment.