Skip to content

Commit

Permalink
Don't rebuild the entire when updating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Apr 5, 2024
1 parent 4cb0fbf commit 4168d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:
on:
pull_request:
branches: [ "master", "main" ]
paths-ignore: [ "docs/**" ]
paths-ignore: [ "docs/**", "README.md" ]

push:
branches: [ "master", "main" ]
paths-ignore: [ "docs/**" ]
paths-ignore: [ "docs/**", "README.md" ]
tags: [ 'v*.*.*' ]

concurrency:
Expand Down

0 comments on commit 4168d21

Please sign in to comment.