1
0
Fork 0

run tests on main too

This commit is contained in:
ibizaman 2023-11-30 13:15:00 -08:00
parent 1b61aa6ebb
commit 039f1cca22

View file

@ -1,6 +1,8 @@
name: "Test" name: "Test"
on: on:
pull_request: pull_request:
push:
branches: [ "main" ]
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest