File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Run analyzers
22
33on :
44 push :
5- branches : [main ]
5+ branches : [v1.x ]
66 pull_request :
7- branches : [main ]
7+ branches : [v1.x ]
88 workflow_dispatch :
99
1010jobs :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Benchmarks
22
33on :
44 push :
5- branches : [main ]
5+ branches : [v1.x ]
66 pull_request :
7- branches : [main ]
7+ branches : [v1.x ]
88 workflow_dispatch :
99 inputs :
1010 commit_ref :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Test bigendian
22
33on :
44 push :
5- branches : [main ]
5+ branches : [v1.x ]
66 pull_request :
7- branches : [main ]
7+ branches : [v1.x ]
88 workflow_dispatch :
99
1010jobs :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build and Test
22
33on :
44 push :
5- branches : [main ]
5+ branches : [v1.x ]
66 pull_request :
7- branches : [main ]
7+ branches : [v1.x ]
88 workflow_dispatch :
99
1010jobs :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Run large tests
22
33on :
44 push :
5- branches : [main ]
5+ branches : [v1.x ]
66 pull_request :
7- branches : [main ]
7+ branches : [v1.x ]
88 workflow_dispatch :
99
1010jobs :
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: Wheels
22
33on :
44 push :
5- branches : [main ]
5+ branches : [v1.x ]
66 tags :
77 - ' *'
88 pull_request :
9- branches : [main ]
9+ branches : [v1.x ]
1010 workflow_dispatch :
1111
1212jobs :
You can’t perform that action at this time.
0 commit comments