Skip to content

Commit 275576b

Browse files
committed
Implement beta publishing on development branch
1 parent 6928e99 commit 275576b

2 files changed

Lines changed: 126 additions & 50 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bump version tag on merge
33
on:
44
pull_request_target:
55
types: [closed]
6-
branches: [main]
6+
branches: [main, development]
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)