From 138dc8bf82886b1a59d70cc555975e86fb9ce516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catal=C3=A1n?= Date: Tue, 14 Sep 2021 07:55:33 +0200 Subject: [PATCH] Update CD.yml --- .github/workflows/CD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 3c5d7b13..19540691 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -1,7 +1,7 @@ name: CD on: - pull_request: + pull_request_target: branches: [main] types: [closed] @@ -61,4 +61,4 @@ jobs: 🎉 New release ${{ steps.publish_release.outputs.tag_name }} is out 🚀 Check out all the changes here: - ${{ steps.publish_release.outputs.html_url }} \ No newline at end of file + ${{ steps.publish_release.outputs.html_url }}