File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 required : false
3434 type : boolean
3535 default : false
36+ branch :
37+ description : ' The release branch to build from.'
38+ type : choice
39+ options :
40+ - main
41+ - ' 8.x'
42+ default : ' main'
3643
3744jobs :
3845 build :
4552 vanagon_branch : ${{ inputs.vanagon_branch }}
4653 upload_to_s3 : ${{ inputs.upload_to_s3 }}
4754 working_directory : ' packaging'
55+ branch : ${{ inputs.branch }}
4856 secrets : inherit
4957 build_dev :
5058 if : ${{ github.event.inputs.use_dev == 'true' }}
5664 vanagon_branch : ${{ inputs.vanagon_branch }}
5765 upload_to_s3 : ${{ inputs.upload_to_s3 }}
5866 working_directory : ' packaging'
67+ branch : ${{ inputs.branch }}
5968 secrets : inherit
Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010 base-branch :
11- description : ' The branch that will be used as the origin for the release branch.'
12- required : false
13- default : ' '
14- type : string
11+ description : ' The branch to release from.'
12+ type : choice
13+ options :
14+ - main
15+ - ' 8.x'
16+ default : ' main'
1517
1618permissions : {}
1719
Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010 base-branch :
11- description : ' The branch where we do this release.'
12- required : false
13- default : ' '
14- type : string
11+ description : ' The branch to release from.'
12+ type : choice
13+ options :
14+ - main
15+ - ' 8.x'
16+ default : ' main'
1517
1618permissions : {}
1719
Original file line number Diff line number Diff line change 22name : RSpec tests
33
44on :
5- pull_request : {}
5+ pull_request : { branches: ['main'] }
66 push :
77 branches :
88 - main
You can’t perform that action at this time.
0 commit comments