Skip to content

Commit a54741a

Browse files
chore: Re-enable auto release when merging to main (#651)
1 parent bccfe95 commit a54741a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/autorelease.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Autorelease
22
on:
33
workflow_dispatch: {} # workflow can be run manually
4-
# TODO: temporarily removing auto-release on main to safely revert changes
5-
# push:
6-
# branches:
7-
# - main
8-
# paths:
9-
# - "internal/core/version.go"
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- "internal/core/version.go"
109

1110
jobs:
1211
release:

0 commit comments

Comments
 (0)