We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da14809 commit dae51c4Copy full SHA for dae51c4
.github/workflows/desktop-deploy.yml
@@ -3,7 +3,7 @@ name: Desktop Deploy
3
on:
4
push:
5
branches:
6
- - refs/tags/desktop/V*
+ - refs/tags/desktop/*
7
jobs:
8
package:
9
runs-on: windows-latest
.github/workflows/tinkerforge-deploy.yml
@@ -3,7 +3,7 @@ name: Tinkerforge Deploy
- - refs/tags/tinkerforge/V*
+ - refs/tags/tinkerforge/*
0 commit comments