File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
ref_opencl-clang :
20
20
description : ' opencl-clang ref to build with'
21
21
required : true
22
- default : master
22
+ default : main
23
23
build_type :
24
24
description : ' Build type to pass to CMake'
25
25
required : true
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ run-name: '${{ github.event_name }}: ${{ github.base_ref }} ${{ github.ref_name
10
10
on :
11
11
push :
12
12
branches :
13
- - master
13
+ - main
14
14
- ocl-open-*
15
15
pull_request :
16
16
branches :
17
- - master
17
+ - main
18
18
- ocl-open-*
19
19
types :
20
20
- opened
25
25
jobs :
26
26
27
27
verify_default_branch :
28
- name : Verify for `master ` branch
28
+ name : Verify for `main ` branch
29
29
# ref_name for 'on: push'
30
30
# base_ref for 'on: pull_request'
31
- if : ${{ (github.event_name == 'push' && github.ref_name == 'master ') || (github.event_name == 'pull_request' && github.base_ref == 'master ') }}
31
+ if : ${{ (github.event_name == 'push' && github.ref_name == 'main ') || (github.event_name == 'pull_request' && github.base_ref == 'main ') }}
32
32
runs-on : ubuntu-22.04
33
33
steps :
34
34
46
46
name : Verify for `ocl-open-*` release branch
47
47
# ref_name for 'on: push'
48
48
# base_ref for 'on: pull_request'
49
- if : ${{ github.ref_name != 'master ' && github.base_ref != 'master ' }}
49
+ if : ${{ github.ref_name != 'main ' && github.base_ref != 'main ' }}
50
50
runs-on : ubuntu-22.04
51
51
steps :
52
52
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
15
15
verify-default-branches :
16
- name : Verify `master ` branch
16
+ name : Verify `main ` branch
17
17
runs-on : ubuntu-22.04
18
18
steps :
19
19
25
25
with :
26
26
ref_llvm : main
27
27
ref_translator : main
28
- ref_opencl-clang : master
28
+ ref_opencl-clang : main
29
29
30
30
verify-release-branches :
31
31
name : Verify `ocl-open-*` release branches
You can’t perform that action at this time.
0 commit comments