diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b88a766..7a90887 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,7 @@ on: # Indicates I want to run this workflow on all branches, PR, and tags push: - branches: ["neo"] + branches: ["main"] tags: ["*"] pull_request: branches: [ "main" ]