Fix github actions tag regex

pull/734/head 20220319
Pieter Marsman 2022-03-19 21:10:02 +01:00
parent a2e1d6a8bf
commit ae7f315746
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
branches: branches:
- master - master
tags: tags:
- "[0-9]{8}" # match version tags with format like 20220319 - '[0-9]+' # match version tags with only numbers
pull_request: # run on pr's against master pull_request: # run on pr's against master
branches: branches:
- master - master