From cb3afcf58fb49110fc45c3b187d2acde51179f0c Mon Sep 17 00:00:00 2001 From: Ivan De Marino Date: Wed, 4 Oct 2023 22:15:56 +0100 Subject: [PATCH] Fix: don't trigger 'crates.io-publish.yml' unless a tag is detected --- .github/workflows/crates.io-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/crates.io-publish.yml b/.github/workflows/crates.io-publish.yml index 365da42..dee46aa 100644 --- a/.github/workflows/crates.io-publish.yml +++ b/.github/workflows/crates.io-publish.yml @@ -6,8 +6,6 @@ on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+*" - branches: - - main env: CARGO_TERM_COLOR: always