Fix paths-ignore location in main workflow
This commit is contained in:
		
							parent
							
								
									33653d9336
								
							
						
					
					
						commit
						6973813aeb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,13 +1,13 @@
 | 
				
			||||||
name: Build FFmpeg
 | 
					name: Build FFmpeg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push: []
 | 
					  push:
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '**.md'
 | 
				
			||||||
  repository_dispatch:
 | 
					  repository_dispatch:
 | 
				
			||||||
    types: [build]
 | 
					    types: [build]
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: '0 12 * * *'
 | 
					    - cron: '0 12 * * *'
 | 
				
			||||||
  paths-ignore:
 | 
					 | 
				
			||||||
    - '**.md'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  DOCKER_BUILDKIT: 1
 | 
					  DOCKER_BUILDKIT: 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue