chore: workflows now largely only run on pull requests or merge queues

This commit is contained in:
Alex Zenla
2024-04-04 22:57:57 -07:00
parent 8b2befb3bf
commit 618d7a1584
6 changed files with 29 additions and 18 deletions

View File

@ -1,5 +1,11 @@
name: client
on: [push, pull_request, merge_group]
on:
pull_request:
branches:
- main
merge_group:
branches:
- main
jobs:
build:
strategy: