From c1b16ea97eae79909634928d303637e6f8d40e4b Mon Sep 17 00:00:00 2001 From: Marcelo Sauerbrunn Portugal Date: Thu, 17 Aug 2023 11:52:13 -0400 Subject: [PATCH] Update create-release.yml --- .github/workflows/create-release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 19cca7f45..ab78a98a0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -4,10 +4,7 @@ name: Create Release # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. -on: - push: - branches: - - 'gh-pages' +on: [push] # workflow_dispatch: # # Inputs the workflow accepts. # inputs: