From 7b37074ec7d1817695af4d71d604ac8da0133c04 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 14 Jun 2021 15:13:05 +0300 Subject: [PATCH] Update cookiecutter instruction because of project changes --- docs/contributing/stacks.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/contributing/stacks.md b/docs/contributing/stacks.md index 79f51f33..b4616c01 100644 --- a/docs/contributing/stacks.md +++ b/docs/contributing/stacks.md @@ -82,18 +82,12 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic pull_request: paths-ignore: - "*.md" - - "binder/**" - - "docs/**" - - "examples/**" push: branches: - master - main paths-ignore: - "*.md" - - "binder/**" - - "docs/**" - - "examples/**" ``` This will trigger the CI pipeline whenever you push to your `main` or `master` branch and when any Pull Requests are made to your repository. For more details on this configuration, visit the [GitHub actions documentation on triggers](https://docs.github.com/en/actions/reference/events-that-trigger-workflows).