From 7a7789d5544c573448edae8111410a4f33c6646d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sat, 14 Jun 2025 13:38:20 +0200 Subject: [PATCH] TMP: Run in this PR --- .github/workflows/releaser-pleaser.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/releaser-pleaser.yaml b/.github/workflows/releaser-pleaser.yaml index f8d1aa5..5d4938f 100644 --- a/.github/workflows/releaser-pleaser.yaml +++ b/.github/workflows/releaser-pleaser.yaml @@ -4,6 +4,7 @@ on: push: branches: [main] # Using pull_request_target to avoid tainting the actual release PR with code from open feature pull requests + pull_request: pull_request_target: types: - edited @@ -26,8 +27,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - with: - ref: main - name: Set up Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5