mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Launch CI on its development and on pushing tags
This commit is contained in:
parent
1c60c9a138
commit
490bc26e47
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -2,7 +2,8 @@ name: Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches: ci*
|
||||||
|
tags: *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create_release:
|
create_release:
|
||||||
|
Loading…
Reference in New Issue
Block a user