@@ -141,11 +141,11 @@ jobs:
141
141
target/${{ matrix.target }}/release/rustup-init.exe
142
142
retention-days : 7
143
143
- name : Acquire the AWS tooling
144
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
144
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
145
145
run : |
146
146
choco upgrade awscli
147
147
- name : Prepare the dist
148
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
148
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
149
149
run : |
150
150
.\ci\prepare-deploy.ps1
151
151
shell : powershell
@@ -298,11 +298,11 @@ jobs:
298
298
target/${{ matrix.target }}/release/rustup-init.exe
299
299
retention-days : 7
300
300
- name : Acquire the AWS tooling
301
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
301
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
302
302
run : |
303
303
choco upgrade awscli
304
304
- name : Prepare the dist
305
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
305
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
306
306
run : |
307
307
.\ci\prepare-deploy.ps1
308
308
shell : powershell
@@ -461,11 +461,11 @@ jobs:
461
461
target/${{ matrix.target }}/release/rustup-init.exe
462
462
retention-days : 7
463
463
- name : Acquire the AWS tooling
464
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
464
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
465
465
run : |
466
466
choco upgrade awscli
467
467
- name : Prepare the dist
468
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
468
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
469
469
run : |
470
470
.\ci\prepare-deploy.ps1
471
471
shell : powershell
@@ -620,12 +620,12 @@ jobs:
620
620
target/${{ matrix.target }}/release/rustup-init
621
621
retention-days : 7
622
622
- name : Ensure that awscli is installed
623
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
623
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
624
624
run : |
625
625
which aws
626
626
aws --version
627
627
- name : Prepare the dist
628
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
628
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
629
629
run : |
630
630
bash ci/prepare-deploy.bash
631
631
- name : Deploy build to dev-static dist tree for release team
@@ -784,12 +784,12 @@ jobs:
784
784
target/${{ matrix.target }}/release/rustup-init
785
785
retention-days : 7
786
786
- name : Ensure that awscli is installed
787
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
787
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
788
788
run : |
789
789
which aws
790
790
aws --version
791
791
- name : Prepare the dist
792
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
792
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
793
793
run : |
794
794
bash ci/prepare-deploy.bash
795
795
- name : Deploy build to dev-static dist tree for release team
@@ -969,12 +969,12 @@ jobs:
969
969
target/${{ matrix.target }}/release/rustup-init
970
970
retention-days : 7
971
971
- name : Ensure that awscli is installed
972
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
972
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
973
973
run : |
974
974
which aws
975
975
aws --version
976
976
- name : Prepare the dist
977
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
977
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
978
978
run : |
979
979
bash ci/prepare-deploy.bash
980
980
- name : Deploy build to dev-static dist tree for release team
@@ -1094,12 +1094,12 @@ jobs:
1094
1094
target/${{ matrix.target }}/release/rustup-init
1095
1095
retention-days : 7
1096
1096
- name : Ensure that awscli is installed
1097
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1097
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
1098
1098
run : |
1099
1099
which aws
1100
1100
aws --version
1101
1101
- name : Prepare the dist
1102
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1102
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
1103
1103
run : |
1104
1104
bash ci/prepare-deploy.bash
1105
1105
- name : Deploy build to dev-static dist tree for release team
@@ -1225,12 +1225,12 @@ jobs:
1225
1225
target/${{ matrix.target }}/release/rustup-init
1226
1226
retention-days : 7
1227
1227
- name : Ensure that awscli is installed
1228
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1228
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
1229
1229
run : |
1230
1230
which aws
1231
1231
aws --version
1232
1232
- name : Prepare the dist
1233
- if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1233
+ if : github.event_name == 'push' && matrix.mode == 'release' && ( github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
1234
1234
run : |
1235
1235
bash ci/prepare-deploy.bash
1236
1236
- name : Deploy build to dev-static dist tree for release team
0 commit comments