Skip to content

Commit 8c7f38f

Browse files
authored
Adjust branch configuration for CI
1 parent ad16336 commit 8c7f38f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ staging, trying, master ]
44
pull_request:
5-
branches: [ master ]
65

76
name: Continuous integration
87

@@ -32,5 +31,3 @@ jobs:
3231

3332
- name: Size check
3433
run: python tools/check.py size_check
35-
36-

0 commit comments

Comments
 (0)