Trigger gorelease when v* tag is created

This commit is contained in:
octeep 2022-03-31 18:38:46 +01:00
parent e38b0155dd
commit 863440f936
No known key found for this signature in database
GPG key ID: D8251F73BE242851

View file

@ -2,6 +2,9 @@ name: Cross compile WirePorxy
on: on:
workflow_dispatch: workflow_dispatch:
create:
tags:
- v*
jobs: jobs:
WirePorxy: WirePorxy: