Skip to content

Commit 765c292

Browse files
committed
fix confligs in tags
1 parent d3e2c42 commit 765c292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/octoprint_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
tags:
10-
- 'v*'
10+
- 'octo-v*'
1111
workflow_dispatch:
1212

1313
jobs:

.github/workflows/prusalink_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
tags:
10-
- 'v*'
10+
- 'prusa-v*'
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)