From 61e768e7c501e3c61cf9fd494f422c8f769eed2d Mon Sep 17 00:00:00 2001 From: MoskalykA <100430077+MoskalykA@users.noreply.github.com> Date: Sat, 22 Jul 2023 16:26:19 +0200 Subject: [PATCH] fix: potential correction of the `check` action --- .github/workflows/check.yml | 4 ++-- src/main.rs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0c82b4b..98d6fc9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,8 +1,8 @@ on: pull_request: push: - tags-ignore: - - "v*" + tags: + - "!v*" name: check diff --git a/src/main.rs b/src/main.rs index f0568f8..7a954cb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,6 +11,8 @@ use std::{ thread, }; +// yeah + #[derive(FromArgs)] /// A tool to facilitate these projects struct Args {