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 committed by Miguel
parent 16b0930195
commit 917599d16a

View file

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