Skip to content

Commit

Permalink
chore: tweak paths-ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed May 6, 2023
1 parent db60b29 commit ed63129
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,24 @@ on:
branches:
- main
tags:
- 'v*.*.*'
- v*.*.*
paths-ignore:
- ".gitignore"
- ".editorconfig"
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json
pull_request:
branches:
- main
paths-ignore:
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json

jobs:
check:
Expand Down

0 comments on commit ed63129

Please sign in to comment.