Update build.yml

This commit is contained in:
Gunnar Skjold
2019-12-12 19:48:22 +01:00
committed by GitHub
parent 843cea7626
commit 0d99da6c9a

View File

@@ -2,8 +2,11 @@ name: Build
on:
push:
paths:
- src/**
- lib/**
branches:
- '*'
- master
tags:
- '*'
- '!v*.*.*'