From 5d8a10db95bf8c149e3e539acafb495ef5b00d68 Mon Sep 17 00:00:00 2001 From: Jose Garcia <47431411+ruxwez@users.noreply.github.com> Date: Thu, 23 Oct 2025 23:22:21 +0200 Subject: [PATCH] Remove push trigger for main in PR workflow --- .github/workflows/pr-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index f290198..cf0d11a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -3,8 +3,7 @@ name: PR - Build (amd64, arm64) on: pull_request: types: [opened, synchronize, reopened, ready_for_review] - push: - branches: [main] + permissions: contents: read pull-requests: read