From 3a8278c2b70d5004eb86a67135aee4c782d8b8dd Mon Sep 17 00:00:00 2001 From: South Drifted Date: Thu, 18 Jul 2024 21:55:19 +0800 Subject: [PATCH] [fix] GitHub template initializer branch --- .github/workflows/init-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/init-template.yml b/.github/workflows/init-template.yml index 228bf6b..7851403 100644 --- a/.github/workflows/init-template.yml +++ b/.github/workflows/init-template.yml @@ -2,7 +2,7 @@ name: Template Repository initialization on: push: branches: - - main + - master env: TEMPLATE_OWNER: idea2app TEMPLATE_NAME: REST-Node-ts