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

pull/11390/head
Dax Raad 2026-01-31 00:37:55 -05:00
parent 90f39bf672
commit 507f13a30c
1 changed files with 3 additions and 0 deletions

View File

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