ci: fix release workflow trigger (#2345)

This commit is contained in:
Richard 2023-05-10 09:10:14 -04:00 committed by GitHub
parent 4300772a4e
commit ec01a149cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
on:
push:
branches:
- master
tags:
- /v[0-9]+(\.[0-9]+)*(-.*)*/
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-*
name: release
jobs: