Skip to content

Commit 7bc02c4

Browse files
authored
Merge pull request #1363 from mathbunnyru/asalikhov/massive_update
Update cookiecutter instruction because of project changes
2 parents 982fec6 + 7b37074 commit 7bc02c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/contributing/stacks.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,12 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic
8282
pull_request:
8383
paths-ignore:
8484
- "*.md"
85-
- "binder/**"
86-
- "docs/**"
87-
- "examples/**"
8885
push:
8986
branches:
9087
- master
9188
- main
9289
paths-ignore:
9390
- "*.md"
94-
- "binder/**"
95-
- "docs/**"
96-
- "examples/**"
9791
```
9892
9993
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).

0 commit comments

Comments
 (0)