Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Configure the CI action to trigger on merge_group
Browse files Browse the repository at this point in the history
This enables PRs to be added to a merge queue to speed up productivity.
  • Loading branch information
Tehsmash authored and Sam Betts committed Apr 26, 2023
1 parent bc43500 commit f56829c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI
on:
pull_request:
merge_group:

env:
GO_VERSION: 1.19
Expand Down

0 comments on commit f56829c

Please sign in to comment.