CI fixes.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/ci/rust.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/ci/rust.sh
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
## on push branch=main
 | 
					 | 
				
			||||||
## on push branch~=gh-readonly-queue/main/.*
 | 
					## on push branch~=gh-readonly-queue/main/.*
 | 
				
			||||||
## on pull_request
 | 
					## on pull_request
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/doc.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/doc.yml
									
									
									
									
										vendored
									
									
								
							@@ -2,7 +2,7 @@ name: Docs
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches: [master]
 | 
					    branches: [main]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  BUILDER_THREADS: '1'
 | 
					  BUILDER_THREADS: '1'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user