Skip to content

Commit 0f0f850

Browse files
committed
Remove smi branch in favor of dev
1 parent bc3a75e commit 0f0f850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create and publish image
22

33
on:
44
push:
5-
branches: ['main', 'smi']
5+
branches: ['main', 'dev']
66
tags: ['v*']
77

88
env:

.github/workflows/publish_docker_arroyo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create and publish image
22

33
on:
44
push:
5-
branches: ['main', 'smi']
5+
branches: ['main', 'dev']
66
tags: ['v*']
77

88
env:

.github/workflows/publish_docker_arroyoxps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create and publish image
22

33
on:
44
push:
5-
branches: ['main', 'smi']
5+
branches: ['main', 'dev']
66
tags: ['v*']
77

88
env:

0 commit comments

Comments
 (0)