mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	GitHub Actions: limit Template Verify workflow to **/gradle.properties
				
					
				
			This commit is contained in:
		
							parent
							
								
									fb31f95d06
								
							
						
					
					
						commit
						93d76063c2
					
				
							
								
								
									
										2
									
								
								.github/workflows/template-verify.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/template-verify.yml
									
									
									
									
										vendored
									
									
								
							| @ -5,8 +5,10 @@ on: | |||||||
|   # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests) |   # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests) | ||||||
|   push: |   push: | ||||||
|     branches: [main] |     branches: [main] | ||||||
|  |     paths: ['**/gradle.properties'] | ||||||
|   # Trigger the workflow on any pull request |   # Trigger the workflow on any pull request | ||||||
|   pull_request: |   pull_request: | ||||||
|  |     paths: ['**/gradle.properties'] | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user