Skip to content

Commit

Permalink
Setup GitHub merge queues (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgijssel authored May 16, 2023
1 parent 78103a9 commit 55e55cf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ env:
DEVCONTAINER_IMAGE: ghcr.io/mvgijssel/setup/tools/devcontainer

name: Test
on: [push]
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
merge_group:
jobs:
cancel_previous_run:
name: Cancel Previous Run
Expand Down

0 comments on commit 55e55cf

Please sign in to comment.