Skip to content

Commit 075671f

Browse files
committed
Fix release workflow: Enable tag push triggers
1 parent 4b89528 commit 075671f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ name: Release and Deploy
22

33
on:
44
workflow_dispatch:
5-
# Disabled automatic triggers
6-
# release:
7-
# types: [published]
8-
# push:
9-
# tags:
10-
# - 'v*'
5+
push:
6+
tags:
7+
- 'v*'
118

129
jobs:
1310
# Build and publish to PyPI

0 commit comments

Comments
 (0)