Skip to content

Commit 45ab4d9

Browse files
Tg
1 parent 4575e73 commit 45ab4d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-linux-installer-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
10+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
1111
name: Linux .deb installer on Python 3.8
1212
runs-on: ${{ matrix.os }}
1313
timeout-minutes: 40

.github/workflows/build-linux-installer-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
10+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
1111
name: Linux .rpm installer on Python 3.9
1212
runs-on: ubuntu-latest
1313
container:

.github/workflows/build-macos-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
10+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
1111
name: MacOS installer on Catalina and Python 3.8
1212
runs-on: ${{ matrix.os }}
1313
timeout-minutes: 40

.github/workflows/build-windows-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
10+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
1111
name: Windows Installer on Windows 10 and Python 3.9
1212
runs-on: [windows-latest]
1313
timeout-minutes: 40

0 commit comments

Comments
 (0)