Launch CI on its development and on pushing tags

This commit is contained in:
Takumi Sueda 2020-11-24 04:34:58 +09:00
parent 1c60c9a138
commit 490bc26e47
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ name: Build
on:
push:
branches: master
branches: ci*
tags: *
jobs:
create_release: