File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
- name : script
83
83
run : bash build-scripts/CI/CIBB_32b -r $RPI_TYPE -o $RPIOS_TYPE
84
84
shell : bash
85
- if : success() && github.event_name == 'pull_request'
85
+ if : success() && ( github.event_name == 'pull_request' || github.event_name == 'release')
86
86
- name : before_script
87
87
run : bash patches/curl_stfp_patcher
88
88
shell : bash
Original file line number Diff line number Diff line change 80
80
- name : script
81
81
run : bash build-scripts/CI/CIBB_32b -r $RPI_TYPE -o $RPIOS_TYPE
82
82
shell : bash
83
- if : success() && github.event_name == 'pull_request'
83
+ if : success() && ( github.event_name == 'pull_request' || github.event_name == 'release')
84
84
- name : before_script
85
85
run : bash patches/curl_stfp_patcher
86
86
shell : bash
Original file line number Diff line number Diff line change 80
80
- name : script
81
81
run : bash build-scripts/CI/CIBB_32b -r $RPI_TYPE -o $RPIOS_TYPE
82
82
shell : bash
83
- if : success() && github.event_name == 'pull_request'
83
+ if : success() && ( github.event_name == 'pull_request' || github.event_name == 'release')
84
84
- name : before_script
85
85
run : bash patches/curl_stfp_patcher
86
86
shell : bash
Original file line number Diff line number Diff line change 82
82
- name : script
83
83
run : bash build-scripts/CI/CIBB_64b -g $GCC_VERSION
84
84
shell : bash
85
- if : success() && github.event_name == 'pull_request'
85
+ if : success() && ( github.event_name == 'pull_request' || github.event_name == 'release')
86
86
- name : before_script
87
87
run : bash patches/curl_stfp_patcher
88
88
shell : bash
You can’t perform that action at this time.
0 commit comments