diff --git a/.github/workflows/windows.yml b/.github/workflows/build_windows.yml similarity index 97% rename from .github/workflows/windows.yml rename to .github/workflows/build_windows.yml index 1cd1277..63cdb56 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/build_windows.yml @@ -10,7 +10,7 @@ on: jobs: build_win: - name: Build + name: Build on Windows ${{ matrix.platform.bitness }} as ${{ matrix.config }} runs-on: windows-latest strategy: matrix: diff --git a/.github/workflows/docs.yml b/.github/workflows/deploy_docs.yml similarity index 97% rename from .github/workflows/docs.yml rename to .github/workflows/deploy_docs.yml index 135cb30..8176f06 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Deploy HTML docs to Pages on: # Runs on pushes targeting the default branch diff --git a/Readme.md b/Readme.md index 12eaf61..99b1a4d 100644 --- a/Readme.md +++ b/Readme.md @@ -28,7 +28,7 @@ libcpuid support varies depending on the features: |macOS|:heavy_check_mark: ![UNIX workflow status](https://github.com/anrieff/libcpuid/actions/workflows/unix.yml/badge.svg)|:x:|:x:| |NetBSD|:grey_question:|:x:|:x:| |OpenBSD|:grey_question:|:x:|:x:| -|Windows|:heavy_check_mark: ![Windows workflow status](https://github.com/anrieff/libcpuid/actions/workflows/windows.yml/badge.svg)|:heavy_check_mark: ([`msr` driver](https://github.com/anrieff/libcpuid/tree/master/drivers/x86/windows/msr))|:x:| +|Windows|:heavy_check_mark: ![Windows workflow status](https://github.com/anrieff/libcpuid/actions/workflows/build_windows.yml/badge.svg)|:heavy_check_mark: ([`msr` driver](https://github.com/anrieff/libcpuid/tree/master/drivers/x86/windows/msr))|:x:| Legend: - :heavy_check_mark: Supported