diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49923a7..6188c84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,8 @@ on: push: branches: - "*" - pull_request: + pull_request: + merge_group: name: CI build jobs: @@ -61,4 +62,4 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]'}} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}