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 d73ca3e commit 3ce9984Copy full SHA for 3ce9984
.github/workflows/build-ocp.yml
@@ -1,6 +1,10 @@
1
name: Build OCP with pypi VTK V2
2
3
-on: workflow_dispatch
+# on: workflow_dispatch
4
+on:
5
+ push:
6
+ branches:
7
+ - v7.9
8
9
env:
10
OCP: 7.9.1.0
0 commit comments