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 {