From 90e43db305325d0db5cdab879719210f330a129d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 14 Jun 2021 15:36:08 +0300 Subject: [PATCH] Small docs fix --- docs/contributing/stacks.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributing/stacks.md b/docs/contributing/stacks.md index afd90e51..b4616c01 100644 --- a/docs/contributing/stacks.md +++ b/docs/contributing/stacks.md @@ -81,14 +81,12 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic on: pull_request: paths-ignore: - - ".github/ISSUE_TEMPLATE/**" - "*.md" push: branches: - master - main paths-ignore: - - ".github/ISSUE_TEMPLATE/**" - "*.md" ```