Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Enable jobs on merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
skitt committed Apr 5, 2023
1 parent 90555da commit b1e4f9b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Branch Checks

on:
pull_request:
merge_group:

permissions: {}

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeowners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
paths:
- 'CODEOWNERS'
- 'CODEOWNERS.in'
merge_group:
paths:
- 'CODEOWNERS'
- 'CODEOWNERS.in'

permissions: {}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Linting

on:
pull_request:
merge_group:

permissions: {}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Unit Tests

on:
pull_request:
merge_request:
push:
tags:
- 'v**'
Expand Down

0 comments on commit b1e4f9b

Please sign in to comment.