Skip to content

Commit

Permalink
chore(workflows): setup on: merge_group (#474)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

As per title to take advantage of merge queue.
  • Loading branch information
fuxingloh committed Jun 10, 2023
1 parent 25930da commit 7d59b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
@@ -1,10 +1,10 @@
name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
Expand Down

0 comments on commit 7d59b4a

Please sign in to comment.