fix publish pipeline trigger
Some checks failed
.NET Test / test (push) Successful in 1m43s
.NET Publish / publish (push) Failing after 1m4s

This commit is contained in:
2023-11-27 22:11:52 +04:00
parent be5ad71582
commit 7e095b9fa1

View File

@@ -2,7 +2,6 @@ name: .NET Publish
on: on:
push: push:
branches: [ main ]
tags: tags:
- 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'