From 2cf0dbad60417293f5d6f0a80c864bc81518985b Mon Sep 17 00:00:00 2001 From: Butch Warns Date: Sun, 10 Dec 2023 22:50:26 +0100 Subject: [PATCH] Update integration trigger to PR exclusively --- .github/workflows/integrate.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9dcf40d..5daa57e 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -3,8 +3,6 @@ on: workflow_dispatch: pull_request: branches: [develop, main] - push: - branches: "**" concurrency: group: build-${{ github.ref || github.run_id }}