diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2c6db03..d0fb115 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -5,7 +5,7 @@ on: branches: - master 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 branches: - master