ci: Ignore README.md
This commit is contained in:
parent
28f0af1794
commit
8576b027c9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
|
||||
env:
|
||||
DOCKER_TAG: ${{ github.sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue