Merge pull request #125 from zjs81/reduce-build-steps

stop building twice for pull requests on branches from this repo
This commit is contained in:
Ded 2026-02-04 12:42:24 -08:00 committed by GitHub
commit b3645481c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@ name: Build
on:
push:
branches:
- main
pull_request:
jobs: