From 0850b856a34427edeeae4871293f451be6fa94eb Mon Sep 17 00:00:00 2001 From: msojocs Date: Sun, 27 Aug 2023 08:46:51 +0800 Subject: [PATCH] ci: enable --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef19f84..ab3f6a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: push: tags: - v* - branches: [ master, dev, 45-snap-version] + branches: [ master, dev, ci] pull_request: branches: [ master ] # # Allows you to run this workflow manually from the Actions tab