mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	Merge pull request #1329 from jedevc/ignore-workflows-on-docs-changes
ci: don't trigger build and e2e workflows on docs-only pull requests
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -16,6 +16,9 @@ on:
 | 
			
		||||
    branches:
 | 
			
		||||
      - 'master'
 | 
			
		||||
      - 'v[0-9]*'
 | 
			
		||||
    paths-ignore:
 | 
			
		||||
      - 'README.md'
 | 
			
		||||
      - 'docs/**'
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  REPO_SLUG: "docker/buildx-bin"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							@@ -14,6 +14,9 @@ on:
 | 
			
		||||
    branches:
 | 
			
		||||
      - 'master'
 | 
			
		||||
      - 'v[0-9]*'
 | 
			
		||||
    paths-ignore:
 | 
			
		||||
      - 'README.md'
 | 
			
		||||
      - 'docs/**'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user