diff --git a/.github/workflows/main.yml b/.github/workflows/release.yml similarity index 97% rename from .github/workflows/main.yml rename to .github/workflows/release.yml index f67f873..5ffd22a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ name: Resolve version on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: ["main"] + branches: ["release"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: