ci: make playwright integration tests run only on PRs involving frontend
This commit is contained in:
		
							parent
							
								
									7f757d396a
								
							
						
					
					
						commit
						63be81d835
					
				
							
								
								
									
										8
									
								
								.github/workflows/ui-tests-playwright.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ui-tests-playwright.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,10 +1,12 @@ | |||||||
| name: Playwright Tests | name: Playwright Tests | ||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   push: |  | ||||||
|     branches: [main] |  | ||||||
|   pull_request: |   pull_request: | ||||||
|     types: [opened, synchronize, reopened, edited] |     paths: | ||||||
|  |       - 'frontend/src/**' | ||||||
|  |       - 'frontend/*.json' | ||||||
|  |       - 'frontend/*.js' | ||||||
|  |       - 'frontend/*.ts' | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   test: |   test: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user