Skip to content

Commit e32797a

Browse files
authored
add missing checkout (#191)
* add missing checkout * Add test docker on release PR and release (only push on tag
1 parent f2775eb commit e32797a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish_docker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Publish tutorial docker image
22
on:
33
push:
44
branches:
5-
- "!*"
5+
- "release"
66
tags:
77
- "v*"
8-
8+
pull_request:
9+
branches:
10+
- "release"
911
workflow_dispatch:
1012

1113
env:

.github/workflows/test_nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
PYVISTA_JUPYTER_BACKEND: html
2727

2828
steps:
29+
- uses: actions/checkout@v4
2930

3031
- name: Special handling of some installation
3132
uses: ./.github/actions/install-dependencies

0 commit comments

Comments
 (0)