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