ci: Ignore README.md
This commit is contained in:
parent
28f0af1794
commit
8576b027c9
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…
Reference in a new issue