Skip to content

Commit 3821f8c

Browse files
committed
ci(branches): add beta and alpha branches configs
1 parent 41d4197 commit 3821f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [master, beta, alpha]
99

1010
jobs:
1111
build-publish:

.github/workflows/pull-request-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Node.js CI
55

66
on:
77
pull_request:
8-
branches: [ master ]
8+
branches: [master, beta, alpha]
99

1010
jobs:
1111
lint-test:

0 commit comments

Comments
 (0)