 Andreas Schiffler
					
					3 years ago
						Andreas Schiffler
					
					3 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
5 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.github/workflows/compile_esp8266.yml
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -2,7 +2,11 @@ name: ESP8266 | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | on: |  |  | on: | 
			
		
	
		
		
			
				
					|  |  |   push: |  |  |   push: | 
			
		
	
		
		
			
				
					
					|  |  |     branches: !master  |  |  |     branches: | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |  |  |  |       - '*'         # matches every branch that doesn't contain a '/' | 
			
		
	
		
		
			
				
					|  |  |  |  |  |       - '*/*'       # matches every branch containing a single '/' | 
			
		
	
		
		
			
				
					|  |  |  |  |  |       - '**'        # matches every branch | 
			
		
	
		
		
			
				
					|  |  |  |  |  |       - '!main'   # excludes master | 
			
		
	
		
		
			
				
					|  |  |     paths-ignore: |  |  |     paths-ignore: | 
			
		
	
		
		
			
				
					|  |  |     - '**.md' # Do no build on *.md changes |  |  |     - '**.md' # Do no build on *.md changes | 
			
		
	
		
		
			
				
					|  |  | jobs: |  |  | jobs: | 
			
		
	
	
		
		
			
				
					|  | 
 |