diff --git a/.github/workflows/clang-tools-amd64.yml b/.github/workflows/clang-tools-amd64.yml index 296dd66..801572e 100644 --- a/.github/workflows/clang-tools-amd64.yml +++ b/.github/workflows/clang-tools-amd64.yml @@ -3,6 +3,8 @@ name: clang-tools-static-amd64 on: push: branches: [ master ] + paths: + - ".github/workflows/clang-tools-amd64.yml" workflow_dispatch: jobs: diff --git a/README.md b/README.md index 82d9c01..f8bee1d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Includes clang-format, clang-tidy and clang-query. ## Download -Grab clang-tools static binaries for your platform from [Releases](https://github.com/cpp-linter/clang-format-static-binaries/releases) tab! +Grab clang-tools static binaries for your platform from [Releases](https://github.com/cpp-linter/clang-tools-static-binaries/releases) tab! ## Motivation behind this repo @@ -21,7 +21,7 @@ These binaries aim to: - Verify sha512sums of binaries against output from GitHub Actions to make sure binaries are not modified - Fork this repository and run GitHub actions on your behalf -- Build manually using steps using commands from [.github/workflows](https://github.com/cpp-linter/clang-format-static-binaries/tree/master/.github/workflows) +- Build manually using steps using commands from [.github/workflows](https://github.com/cpp-linter/clang-tools-static-binaries/tree/master/.github/workflows) ## More clang-tools