From 4dcf8be39d2c05078fb5b5952d3e37f8a7d9070a Mon Sep 17 00:00:00 2001 From: francis2tm Date: Tue, 30 Jan 2024 18:10:24 +0000 Subject: [PATCH] chore: changed workflow trigger to release branch --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4318ec..ceafd84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,10 +2,10 @@ name: "release" on: push: branches: - - main + - release # This is the example from the readme. -# On each push to the `main` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release. +# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release. jobs: release: