Merge pull request #1363 from mathbunnyru/asalikhov/massive_update

Update cookiecutter instruction because of project changes
This commit is contained in:
Ayaz Salikhov
2021-06-14 15:29:25 +03:00
committed by GitHub

View File

@@ -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).