Only try publishing when a version tag is pushed (#1876)

This commit is contained in:
Artúr Kovács
2021-03-10 23:10:35 +01:00
committed by GitHub
parent 889258f538
commit 599477d754

View File

@@ -2,8 +2,8 @@ name: Publish
on:
push:
branches: [master]
paths: "Cargo.toml"
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
Publish: