added merge_group to build_systems and treefmt

This commit is contained in:
2025-07-28 12:50:21 -04:00
parent 3bbf8dc7a6
commit 6e5a8429b3
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: build_systems
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches: [main]
schedule:

View File

@@ -2,6 +2,7 @@ name: treefmt
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches: [main]