CI: Ignore README.md

This commit is contained in:
Lukáš Kucharczyk 2023-11-18 09:33:31 +01:00
parent f36e692361
commit a7293c659d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Django CI/CD
on:
push:
branches: [ main ]
paths-ignore: [ 'README.md' ]
jobs:
build-and-push: