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: