From f8551f299bafa61d441b421da2fc494bc53fd777 Mon Sep 17 00:00:00 2001 From: bbatista Date: Wed, 6 Mar 2024 09:19:09 -0500 Subject: [PATCH] fix: Update template-main.yml --- .github/workflows/template-main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index 6f7e940..cc38255 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -3,10 +3,7 @@ name: Release on: push: branches: [ main ] - pull_request: - branches: [ main ] - release: - types: [ created ] + permissions: contents: write