File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: CI
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : [ "main" , "develop" ]
66 paths-ignore :
77 - ' docs/**'
88 pull_request :
9- branches : [ "main" ]
9+ branches : [ "main" , "develop" ]
1010 paths-ignore :
1111 - ' docs/**'
1212 schedule :
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: min-deps
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : [ "main" , "develop" ]
66 paths-ignore :
77 - ' docs/**'
88 pull_request :
9- branches : [ "main" ]
9+ branches : [ "main" , "develop" ]
1010 paths-ignore :
1111 - ' docs/**'
1212 schedule :
Original file line number Diff line number Diff line change 66 # push:
77 # branches: [ "main" ]
88 pull_request :
9- branches : [ "main" ]
9+ branches : [ "main" , "develop" ]
1010
1111permissions :
1212 contents : read
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: Typing
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : [ "main" , "develop" ]
66 paths-ignore :
77 - ' docs/**'
88 pull_request :
9- branches : [ "main" ]
9+ branches : [ "main" , "develop" ]
1010 paths-ignore :
1111 - ' docs/**'
1212 schedule :
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: upstream
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : [ "main" , "develop" ]
66 paths-ignore :
77 - ' docs/**'
88 pull_request :
9- branches : [ "main" ]
9+ branches : [ "main" , "develop" ]
1010 paths-ignore :
1111 - ' docs/**'
1212 schedule :
You can’t perform that action at this time.
0 commit comments