Skip to content

Commit 40b0446

Browse files
committed
Restore the GH Action conditions
1 parent dd16d8b commit 40b0446

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
2-
workflow_dispatch:
2+
release:
3+
types: [created]
34

45
env:
56
PYTHON_VERSION: '3.12'

.github/workflows/mac.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
2-
workflow_dispatch:
2+
release:
3+
types: [created]
34

45
env:
56
PYTHON_VERSION: '3.12'

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
2-
workflow_dispatch:
2+
release:
3+
types: [created]
34

45
env:
56
PYTHON_VERSION: '3.12'

0 commit comments

Comments
 (0)