Skip to content

Commit 3074ece

Browse files
author
Matevz Morato
committed
Update github workflows
1 parent a2135c7 commit 3074ece

File tree

3 files changed

+8
-70
lines changed

3 files changed

+8
-70
lines changed

.github/workflows/python-docker-hub.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Publish Docker image
22
on:
33
workflow_dispatch:
4-
push:
5-
branches:
6-
- main
7-
- develop
8-
tags:
9-
- 'v2*'
4+
# TODO(Morato) - re-enable docker upload
5+
# push:
6+
# branches:
7+
# - main
8+
# - develop
9+
# tags:
10+
# - 'v2*'
1011
jobs:
1112

1213
build:

.github/workflows/python-test-install-dependencies.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/test.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- develop
8+
- main
89
tags:
910
- 'v*'
1011
pull_request:

0 commit comments

Comments
 (0)