From 8761246699bc825ae018e19dc738e201be8e5074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:10:17 +0000 Subject: [PATCH] ci: sync with template repository --- .github/workflows/merge.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index b6f9d7c..1f399da 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -1,6 +1,7 @@ name: Merge on: + push: pull_request: concurrency: @@ -19,6 +20,7 @@ jobs: permissions: contents: write pull-requests: write + if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - name: Enable Auto-Merge (Squash)