Only publish on tags (skip-ci)

This commit is contained in:
Patrik Svensson 2020-08-30 10:12:45 +02:00
parent 7d3a67e6ae
commit a06859dcb5

View File

@ -19,6 +19,7 @@ jobs:
build:
name: Build
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
strategy:
matrix:
kind: ['linux', 'windows', 'macOS']