From d6b219cdafd925dece873168514341fe13a7bb01 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Tue, 30 Jan 2024 20:05:15 +0100 Subject: [PATCH] Remove branch check from preview action --- .github/workflows/preview.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 989ed74dac3..bb63628dfbe 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -8,9 +8,6 @@ on: workflow_dispatch: pull_request: types: [ready_for_review] - branches: [main] -# issue_comment: -# types: [created] permissions: pull-requests: write