From 983af2fc1a73d3c3e2364d19b69ae4e3d78e8ea9 Mon Sep 17 00:00:00 2001 From: ybonatakis Date: Mon, 29 Apr 2024 09:32:28 +0200 Subject: [PATCH] Make sure pull_request_target runs fro~m all branches Signed-off-by: ybonatakis --- .github/workflows/preview.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 8fa326f..e154f7b 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -9,13 +9,13 @@ on: - reopened - synchronize - closed + branches: + - "**" jobs: backlogger_preview: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} - name: Run the action implemented in this repo uses: ./ with: