Skip to content

Commit 19dc3ea

Browse files
committed
feat: add release branch
1 parent a562e56 commit 19dc3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Release
22
on:
33
push:
44
paths: [CHANGELOG.md]
5-
branches: [main]
5+
branches: [main, release]
66
pull_request:
77
paths: [CHANGELOG.md]
8-
branches: [main]
8+
branches: [main, release]
99
jobs:
1010
release:
1111
name: Release

0 commit comments

Comments
 (0)