launch tests on push and PR to main

This commit is contained in:
Jong Wook Kim 2021-08-29 04:56:07 -04:00
parent fa56f25251
commit c6c6169979
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