launch tests on push and PR to main (#145)

This commit is contained in:
Jong Wook Kim 2021-08-29 02:08:37 -07:00 committed by GitHub
parent fa56f25251
commit 539cdcbd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
name: test
on: push
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
CLIP-test:
runs-on: ubuntu-latest