Small docs fix

This commit is contained in:
Ayaz Salikhov
2021-06-14 15:36:08 +03:00
parent 38b616f12e
commit 90e43db305

View File

@@ -81,14 +81,12 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic
on: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md" - "*.md"
push: push:
branches: branches:
- master - master
- main - main
paths-ignore: paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md" - "*.md"
``` ```