Skip to content

Commit

Permalink
Merge pull request #273 from jenshnielsen/merge_groups
Browse files Browse the repository at this point in the history
enable merge groups
  • Loading branch information
jenshnielsen authored Nov 22, 2023
2 parents a21faea + 68e4dda commit e08c7ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
tags:
- 'v*'
pull_request:
merge_group:
branches: ['main']

jobs:
builddocs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
tags:
- 'v*'
pull_request:
merge_group:
branches: ['main']

jobs:
pytestmypy:
Expand Down

0 comments on commit e08c7ee

Please sign in to comment.