File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- ensed to the Apache Software Foundation (ASF) under one
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one
2
3
# or more contributor license agreements. See the NOTICE file
3
4
# distributed with this work for additional information
4
5
# regarding copyright ownership. The ASF licenses this file
@@ -14,14 +15,16 @@ ensed to the Apache Software Foundation (ASF) under one
14
15
# KIND, either express or implied. See the License for the
15
16
# specific language governing permissions and limitations
16
17
# under the License.
18
+ #
17
19
18
- name : build
20
+ name : Build and test
19
21
20
22
on :
23
+ workflow_dispatch :
21
24
push :
22
- branches : [main , "v*"]
25
+ branches : [master , "v*"]
23
26
pull_request :
24
- branches : [main , "v*"]
27
+ branches : [master , "v*"]
25
28
26
29
jobs :
27
30
format :
Original file line number Diff line number Diff line change @@ -968,4 +968,3 @@ Only a few of the functions are covered by unit tests. Functions involving closu
968
968
[ open ] : https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/IssueNeutral.svg
969
969
[ done ] : https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/ApprovedChanges.svg
970
970
[ partial ] : https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/IssueDrafted.svg
971
- >>>>>>> source/main
You can’t perform that action at this time.
0 commit comments