From 490bc26e47cd6922b6fe823bce68b679dc2639f4 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 24 Nov 2020 04:34:58 +0900 Subject: [PATCH] Launch CI on its development and on pushing tags --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6de8fc..cc752a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,8 @@ name: Build on: push: - branches: master + branches: ci* + tags: * jobs: create_release: