Skip to content

Commit 006a253

Browse files
Royal-lobsterclaude
andcommitted
ci: Enable automatic releases on push to main
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 57566eb commit 006a253

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
name: Release (Template - Manual Trigger)
2-
3-
# To enable, change to e.g.:
4-
# on:
5-
# push:
6-
# branches:
7-
# - main
8-
on: workflow_dispatch
1+
name: Release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
97

108
concurrency: ${{ github.workflow }}-${{ github.ref }}
119

0 commit comments

Comments
 (0)