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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_TAG: ${{ github.sha }}
|
DOCKER_TAG: ${{ github.sha }}
|
||||||
|
|
Loading…
Reference in a new issue