Skip to content

Commit

Permalink
Merge pull request #46 from sahil143/enable-merge-queue
Browse files Browse the repository at this point in the history
fix(github-action): enable checks on merge_group
  • Loading branch information
sahil143 authored Dec 3, 2024
2 parents e7df589 + cbfcbe1 commit 9def48b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches:
- main
merge_group:
types: [checks_requested]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.0",
"type": "module",
"homepage": "/",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "webpack -c ./webpack.prod.config.js",
"start": "dotenvx run -- webpack server --open -c ./webpack.dev.config.js",
Expand Down

0 comments on commit 9def48b

Please sign in to comment.