refac: ci

This commit is contained in:
Timothy J. Baek 2024-03-31 01:51:13 -07:00
parent b391ad12ae
commit 90a03c331d
3 changed files with 33 additions and 18 deletions

View file

@ -2,8 +2,13 @@ name: Python CI
on:
push:
branches: ['main']
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
build: