Skip to content

Commit 7c86fda

Browse files
committed
ci: add beta branch for workflows
1 parent 39385ab commit 7c86fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master, rnupgrade]
4+
branches: [master, beta]
55
pull_request:
6-
branches: [master, rnupgrade]
6+
branches: [master, beta]
77
workflow_dispatch:
88
jobs:
99
cancel_previous:

0 commit comments

Comments
 (0)