Skip to content

Commit

Permalink
ci(layout): enable auto-release
Browse files Browse the repository at this point in the history
Signed-off-by: kilianpaquier <[email protected]>
  • Loading branch information
kilianpaquier committed Jun 21, 2024
1 parent 88c188c commit 0194012
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .craft
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
- codeql
- dependabot
release:
auto: false
auto: true
backmerge: false
mode: github-token
license: mit
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ name: Release
run-name: Release

on:
push:
branches:
- main
- master
- staging
- dev
- develop
- development
- next
- beta
- alpha
- v[0-9]+.x
- v[0-9]+.[0-9]+.x
workflow_dispatch:
inputs:
dry_run:
Expand Down

0 comments on commit 0194012

Please sign in to comment.