Skip to content

Fix links and update trigger strategy #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/clang-tools-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: clang-tools-static-amd64
on:
push:
branches: [ master ]
paths:
- ".github/workflows/clang-tools-amd64.yml"
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down