Skip to content

Commit

Permalink
feat(ci): Run CI on merge group
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Sep 19, 2024
1 parent 2e6a5b3 commit 4f16a73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
# PaperMC doesn't change version numbers for latest releases meaning the build may break
# unexpectedly. Build every so often so that we know if a breaking change has been published
- cron: '0 0 * * 6'
merge_group:
types:
- checks_requested
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 4f16a73

Please sign in to comment.