Skip to content

Commit dc444c3

Browse files
author
Andrei Neagu
committed
figureing out if this works
1 parent 5a3a304 commit dc444c3

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
name: build/deploy osparc-python-runner
22

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-
branches:
17-
- "*"
18-
paths-ignore:
19-
- "*.md"
20-
- "*.png"
21-
- "*.svg"
22-
- "docs/**"
23-
- ".vscode/**"
24-
- ".vscode-template/**"
3+
on: ["push", "pull_request"]
254

265
env:
276
# secrets can be set in settings/secrets on github

0 commit comments

Comments
 (0)