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:
1515  - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ 
1616
1717stages :
18-   - ' Readme-sync' 
1918  - ' Tests' 
2019  - ' Trigger FSC Tests' 
2120  - ' Test Build using latest tag (no upload)' 
2221  - ' Build, Upload and Publish (draft)' 
2322  - ' Test github release assets' 
2423  - ' Publish (real)' 
24+   - ' Readme-sync' 
2525
2626jobs :
2727
@@ -221,11 +221,8 @@ jobs:
221221    - stage : ' Readme-sync' 
222222      before_script : skip 
223223      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 
229226
230227      language : node_js 
231228      install :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments