File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
with :
115
115
role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
116
116
aws-region : ${{ secrets.AWS_REGION }}
117
- - if : github.event_name == 'push' && github.ref == 'refs/heads/master '
117
+ - if : github.event_name == 'push' && github.ref == 'refs/heads/main '
118
118
run : make sync-latest-to-s3
119
119
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
120
120
run : make sync-to-s3
@@ -147,7 +147,7 @@ jobs:
147
147
with :
148
148
role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
149
149
aws-region : ${{ secrets.AWS_REGION }}
150
- - if : github.event_name == 'push' && github.ref == 'refs/heads/master '
150
+ - if : github.event_name == 'push' && github.ref == 'refs/heads/main '
151
151
run : make sync-latest-docs-to-s3
152
152
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
153
153
uses : aws-actions/configure-aws-credentials@v1
@@ -158,7 +158,7 @@ jobs:
158
158
run : make promote-docs-in-s3
159
159
160
160
dispatch :
161
- if : github.event_name == 'push' && github.ref == 'refs/heads/master '
161
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main '
162
162
needs : distributions
163
163
runs-on : ubuntu-latest
164
164
steps :
You can’t perform that action at this time.
0 commit comments