Also run the build when pushing tags

This commit is contained in:
Robbert van der Helm
2020-05-07 18:38:24 +02:00
parent e30ad2ccb5
commit 7ba9a53ef5
+4
View File
@@ -4,6 +4,10 @@ on:
push:
branches:
- master
tags:
# Run when pushing version tags, since otherwise it's impossible to
# restart a successful build after pushing a tag
- '*.*.*'
pull_request:
branches:
- master