Update github workflows

This commit is contained in:
Ayaz Salikhov
2021-05-23 13:50:19 +03:00
parent 95c6dad524
commit c864f44a24
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name: Build Docker Images
on: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md" - "*.md"
- "binder/**" - "binder/**"
- "docs/**" - "docs/**"
@@ -10,7 +11,9 @@ on:
push: push:
branches: branches:
- master - master
- main
paths-ignore: paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md" - "*.md"
- "binder/**" - "binder/**"
- "docs/**" - "docs/**"

View File

@@ -81,6 +81,7 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic
on: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md" - "*.md"
- "binder/**" - "binder/**"
- "docs/**" - "docs/**"
@@ -90,6 +91,7 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic
- master - master
- main - main
paths-ignore: paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md" - "*.md"
- "binder/**" - "binder/**"
- "docs/**" - "docs/**"