mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	build: Disable automatic builds (#1386)
Removed push trigger and paths to ignore from build workflow.
This commit is contained in:
		
							parent
							
								
									da308b7e89
								
							
						
					
					
						commit
						22235bf48e
					
				
							
								
								
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -2,16 +2,6 @@ name: Build
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
  push:
 | 
					 | 
				
			||||||
    branches:
 | 
					 | 
				
			||||||
      - master
 | 
					 | 
				
			||||||
    paths-ignore:
 | 
					 | 
				
			||||||
      - '**/*.md'
 | 
					 | 
				
			||||||
      - '**/*.yml'
 | 
					 | 
				
			||||||
      - '.gitignore'
 | 
					 | 
				
			||||||
      - '.dockerignore'
 | 
					 | 
				
			||||||
      - '.github/**'
 | 
					 | 
				
			||||||
      - '.github/workflows/**'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
concurrency:
 | 
					concurrency:
 | 
				
			||||||
  group: build
 | 
					  group: build
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user