only run build-dev when pushing to unstable

This commit is contained in:
Charles Ewert 2023-03-05 20:12:01 -05:00
parent 5468b7b8a1
commit ed88caeb8d

View File

@ -2,9 +2,11 @@ name: build
on:
pull_request:
push:
branches-ignore:
- master
push:
branches:
- unstable
jobs:
dev: