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

Commit

Permalink
Update CI workflow to enable support for merge queues (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehsmash authored Sep 6, 2023
1 parent 22b3442 commit 9da776c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI
on:
merge_group:
pull_request:
paths-ignore:
- '**.md'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/skip-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI
on:
merge_group:
pull_request:
paths:
- '**.md'
Expand Down

0 comments on commit 9da776c

Please sign in to comment.