ci: only deploy on master branch

This commit is contained in:
Zach Daniel 2020-09-21 19:00:30 -04:00
parent 889f1dc368
commit a6e99cf423
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -8,6 +8,7 @@ on:
branches: [master]
create:
tags: ["v*"]
branches: master
jobs:
build:
runs-on: ubuntu-latest