We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2775eb commit e32797aCopy full SHA for e32797a
.github/workflows/publish_docker.yml
@@ -2,10 +2,12 @@ name: Publish tutorial docker image
2
on:
3
push:
4
branches:
5
- - "!*"
+ - "release"
6
tags:
7
- "v*"
8
-
+ pull_request:
9
+ branches:
10
11
workflow_dispatch:
12
13
env:
.github/workflows/test_nightly.yml
@@ -26,6 +26,7 @@ jobs:
26
PYVISTA_JUPYTER_BACKEND: html
27
28
steps:
29
+ - uses: actions/checkout@v4
30
31
- name: Special handling of some installation
32
uses: ./.github/actions/install-dependencies
0 commit comments