mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Makes the workflow triggers more specific
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/installer-library.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/installer-library.yml
									
									
									
									
										vendored
									
									
								
							| @@ -19,8 +19,10 @@ on: | ||||
|       # Trigger if a package was updated | ||||
|       - ".build-config.json" | ||||
|       - "Pipfile.lock" | ||||
|       # Also trigger on workflow changes (such as this file) | ||||
|       - ".github/workflows/**" | ||||
|       # Also trigger on workflow changes related to the library | ||||
|       - ".github/workflows/installer-library.yml" | ||||
|       - ".github/workflows/reusable-workflow-builder.yml" | ||||
|       - ".github/scripts/**" | ||||
|  | ||||
| # Set a workflow level concurrency group so primary workflow | ||||
| # can wait for this to complete if needed | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trenton Holmes
					Trenton Holmes