diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index badd59d4..59464766 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -3,6 +3,7 @@ name: Build Docker Images on: pull_request: paths-ignore: + - ".github/ISSUE_TEMPLATE/**" - "*.md" - "binder/**" - "docs/**" @@ -10,7 +11,9 @@ on: push: branches: - master + - main paths-ignore: + - ".github/ISSUE_TEMPLATE/**" - "*.md" - "binder/**" - "docs/**" diff --git a/docs/contributing/stacks.md b/docs/contributing/stacks.md index 79f51f33..bac04c83 100644 --- a/docs/contributing/stacks.md +++ b/docs/contributing/stacks.md @@ -81,6 +81,7 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic on: pull_request: paths-ignore: + - ".github/ISSUE_TEMPLATE/**" - "*.md" - "binder/**" - "docs/**" @@ -90,6 +91,7 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic - master - main paths-ignore: + - ".github/ISSUE_TEMPLATE/**" - "*.md" - "binder/**" - "docs/**"