Skip to content

Commit

Permalink
Fix: don't trigger 'crates.io-publish.yml' unless a tag is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Oct 4, 2023
1 parent 4be248b commit cb3afcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/crates.io-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
branches:
- main

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit cb3afcf

Please sign in to comment.