File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ branches:
15
15
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
16
16
17
17
stages :
18
- - ' Readme-sync'
19
18
- ' Tests'
20
19
- ' Trigger FSC Tests'
21
20
- ' Test Build using latest tag (no upload)'
22
21
- ' Build, Upload and Publish (draft)'
23
22
- ' Test github release assets'
24
23
- ' Publish (real)'
24
+ - ' Readme-sync'
25
25
26
26
jobs :
27
27
@@ -221,11 +221,8 @@ jobs:
221
221
- stage : ' Readme-sync'
222
222
before_script : skip
223
223
cache : false
224
- # translation: if we're merging into a test branch...
225
- # if: type = "push" AND env(TRAVIS_PULL_REQUEST_BRANCH) = "docs-readme-sync-2"
226
-
227
- # when in production enable this instead:
228
- # if: type = push AND branch = master
224
+ # translation: if we're merging into a master branch...
225
+ if : type = push AND branch = master
229
226
230
227
language : node_js
231
228
install :
You can’t perform that action at this time.
0 commit comments