ci: only trigger test workflow on push to master to avoid duplicate runs on PRs

This commit is contained in:
Mike 2026-05-22 15:45:57 -07:00
parent 515e2f400c
commit 7577308b58

View file

@ -4,7 +4,7 @@ name: test
"on":
push:
branches:
- '**'
- master
pull_request:
workflow_dispatch: