Skip to content

Commit dae51c4

Browse files
committed
fix deploy path
1 parent da14809 commit dae51c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/desktop-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Desktop Deploy
33
on:
44
push:
55
branches:
6-
- refs/tags/desktop/V*
6+
- refs/tags/desktop/*
77
jobs:
88
package:
99
runs-on: windows-latest

.github/workflows/tinkerforge-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tinkerforge Deploy
33
on:
44
push:
55
branches:
6-
- refs/tags/tinkerforge/V*
6+
- refs/tags/tinkerforge/*
77
jobs:
88
package:
99
runs-on: windows-latest

0 commit comments

Comments
 (0)