ci: run tests automatically when code is pushed to dev branch

This commit is contained in:
Dax Raad
2026-01-31 00:37:55 -05:00
parent 90f39bf672
commit 507f13a30c

View File

@@ -1,6 +1,9 @@
name: test
on:
push:
branches:
- dev
pull_request:
workflow_dispatch:
jobs: