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: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
merge_group:
push: push:
branches: [main] branches: [main]
schedule: schedule:

View File

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