mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	added run conditions for mvn publish workflow (#9571)
This commit is contained in:
		
							parent
							
								
									7e7528e13b
								
							
						
					
					
						commit
						6597e49af8
					
				
							
								
								
									
										12
									
								
								.github/workflows/publish-maven-package.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/publish-maven-package.yml
									
									
									
									
										vendored
									
									
								
							@ -12,9 +12,19 @@
 | 
			
		||||
name: Publish Package to Maven Central Repository
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
  pull_request_target:
 | 
			
		||||
    types:
 | 
			
		||||
      - closed
 | 
			
		||||
    paths:
 | 
			
		||||
      - "openmetadata-service/**"
 | 
			
		||||
      - "openmetadata-spec/src/main/resources/json/schema/**"
 | 
			
		||||
      - "openmetadata-clients/**"
 | 
			
		||||
      - "pom.xml"
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  contents: read
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  publish:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user