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

View File

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