Skip to content

Commit f8e9e91

Browse files
committed
FIX: Triggers releases automaticaly from the version bump workflow
1 parent 3f289f4 commit f8e9e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Windows Installer
22

33
on:
4-
release:
5-
types: [published]
6-
workflow_dispatch:
74
push:
85
paths:
96
- '**/*.py' # Watch for changes in any Python files
7+
tags:
8+
- 'v*' # Trigger on version tags
9+
workflow_dispatch:
1010

1111
concurrency:
1212
group: ci-${{github.workflow}}-${{ github.ref }}

0 commit comments

Comments
 (0)