CI: Ignore README.md
This commit is contained in:
parent
f36e692361
commit
a7293c659d
|
@ -3,6 +3,7 @@ name: Django CI/CD
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths-ignore: [ 'README.md' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
Loading…
Reference in New Issue