From 4b153d6fff39926061fc034aa72d18ed63658668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Fri, 17 Oct 2025 17:18:10 +0200 Subject: [PATCH] Remove GH Action on push only PR are authorized --- .github/workflows/pull_request.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index dd3edba..92aa4e4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -3,8 +3,6 @@ name: swift-openapi-lambda-build on: - push: - branches: ["main"] pull_request: types: [opened, reopened, synchronize] @@ -53,4 +51,4 @@ jobs: with: persist-credentials: false - name: Check for Semantic Version label - uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main \ No newline at end of file + uses: apple/swift-nio/.github/actions/pull_request_semver_label_checker@main