launch tests on push and PR to main (#145)
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,11 @@
 | 
				
			|||||||
name: test
 | 
					name: test
 | 
				
			||||||
on: push
 | 
					on:
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    branches:
 | 
				
			||||||
 | 
					      - main
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
 | 
					    branches:
 | 
				
			||||||
 | 
					      - main
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  CLIP-test:
 | 
					  CLIP-test:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user