Skip to content

Commit

Permalink
Only try publishing when a version tag is pushed (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs authored Mar 10, 2021
1 parent 889258f commit 599477d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 599477d

Please sign in to comment.