ci: run main ci on pull requests
This commit is contained in:
		
							parent
							
								
									6f7b74e6a8
								
							
						
					
					
						commit
						c2fd016204
					
				
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,6 +1,8 @@
 | 
				
			||||||
name: Tipi CI
 | 
					name: Tipi CI
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
 | 
					    types: [opened, synchronize, reopened, ready_for_review]
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  ci:
 | 
					  ci:
 | 
				
			||||||
| 
						 | 
					@ -41,4 +43,4 @@ jobs:
 | 
				
			||||||
        run: pnpm test
 | 
					        run: pnpm test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Run linter
 | 
					      - name: Run linter
 | 
				
			||||||
        run: pnpm run lint
 | 
					        run: pnpm run lint
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user