ci: update test workflow to only run on dev branch pushes

pull/6319/head
Dax Raad 2025-12-31 19:04:48 -05:00
parent f508d8b9f9
commit 6538732458
1 changed files with 2 additions and 4 deletions

View File

@ -2,11 +2,9 @@ name: test
on:
push:
branches-ignore:
- production
branches:
- dev
pull_request:
branches-ignore:
- production
workflow_dispatch:
jobs:
test: