1
0
Fork 0

Run build workflow on any tag push

This commit is contained in:
Robbert van der Helm 2023-01-25 17:02:30 +01:00
parent 875c9da23c
commit 404b77c9d0

View file

@ -5,9 +5,7 @@ on:
branches: branches:
- '**' - '**'
tags: tags:
# Run when pushing version tags, since otherwise it's impossible to - '*'
# restart a successful build after pushing a tag
- '*.*.*'
pull_request: pull_request:
branches: branches:
- master - master