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,7 +2,7 @@ name: Build pull request
22
33on :
44 pull_request :
5- branches : [ "master" , "3.*", "4.*" ]
5+ branches : [ "master", "3.*", "4.*" ]
66
77jobs :
88 build :
1717 openhab : true
1818 server_id : co7io-public-snapshots
1919 deploy : true
20- master_branch : 3
21- additional_profiles : ' openhab'
20+ skip_test_publish : false
21+ additional_profiles : ' thing4,openhab'
22+ master_branch : ' 3'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build pushed commit
22
33on :
44 push :
5- branches : [ "master" , "3.*", "4.*" ]
5+ branches : [ "master", "3.*", "4.*" ]
66
77jobs :
88 build :
1717 openhab : true
1818 server_id : co7io-public-snapshots
1919 deploy : true
20- master_branch : 3
21- additional_profiles : ' openhab'
20+ skip_test_publish : false
21+ additional_profiles : ' thing4,openhab'
22+ master_branch : ' 3'
23+
Original file line number Diff line number Diff line change 3131 CI_RELEASE_PASSWORD : ${{ secrets.CI_RELEASE_PASSWORD }}
3232 with :
3333 openhab : true
34- server_id : co7io-public-releases
35- additional_profiles : ' openhab'
34+ server_id : ' co7io-public-releases'
3635 release_version : ${{ inputs.release_version }}
3736 development_version : ${{ inputs.development_version }}
3837 perform_version : ${{ inputs.perform_version }}
39- dry_run : ${{ inputs.dry_run }}
38+ dry_run : ${{ inputs.dry_run }}
39+ additional_profiles : ' thing4,openhab'
You can’t perform that action at this time.
0 commit comments