Merge group queue (#2248)

* add support for merge groups

* also lint merge groups
This commit is contained in:
Wing Lian
2025-01-09 15:49:00 -05:00
committed by GitHub
parent c1b920f291
commit 7faf2b6e8e
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: lint
on:
# check on PRs, and manual triggers
merge_group:
pull_request:
paths:
- '**.py'

View File

@@ -1,6 +1,7 @@
name: Tests
on:
# check on push/merge to main, PRs, and manual triggers
merge_group:
push:
branches:
- "main"