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 5a3a304 commit dc444c3Copy full SHA for dc444c3
.github/workflows/github-ci.yml
@@ -1,27 +1,6 @@
1
name: build/deploy osparc-python-runner
2
3
-on:
4
- push:
5
- branches:
6
- - "*"
7
- tags-ignore:
8
9
- paths-ignore:
10
- - "*.md"
11
- - "*.png"
12
- - "*.svg"
13
- - "docs/**"
14
- - ".vscode/**"
15
- pull_request:
16
17
18
19
20
21
22
23
24
- - ".vscode-template/**"
+on: ["push", "pull_request"]
25
26
env:
27
# secrets can be set in settings/secrets on github
0 commit comments