Change autorelease tag to r*

This commit is contained in:
J. Elfring (x) 2020-09-22 21:46:42 +02:00
parent 4bf3fb5dad
commit 98d000dd1c

View file

@ -6,9 +6,9 @@ on:
branches: branches:
- master - master
# Publish `v1.2.3` tags as releases. # Publish `r20200901` tags as releases.
tags: tags:
- v* - r*
# Run tests for any PRs. # Run tests for any PRs.
pull_request: pull_request: