mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Update github workflows
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -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/**"
|
||||
|
@@ -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/**"
|
||||
|
Reference in New Issue
Block a user