Skip to content

Commit

Permalink
Trigger CI on GitHub's merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Apr 23, 2024
1 parent 41f5722 commit 8825da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: CI

on: [push, pull_request]
on: [merge_group, push, pull_request]

jobs:
checks:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reprotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CI

on:
merge_group:
push:
pull_request:
schedule:
Expand Down

0 comments on commit 8825da5

Please sign in to comment.