chore: release workflow fixes to improve utilization and fix checks (#23)

* chore: use edera-cultivation bot to push release changes

* chore: workflows now largely only run on pull requests or merge queues
This commit is contained in:
Alex Zenla
2024-04-04 23:05:59 -07:00
committed by GitHub
parent 19683b80c1
commit 8f7e47a218
6 changed files with 30 additions and 18 deletions

View File

@ -1,16 +1,15 @@
name: os
on:
push:
paths:
- "os/**"
- "hack/os/**"
- "hack/ci/**"
pull_request:
branches:
- main
paths:
- "os/**"
- "hack/os/**"
- "hack/ci/**"
merge_group:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest