Browse Source

Update GitHub Actions names

pull/5122/head
Ray 1 month ago
parent
commit
e3d714ae41
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      .github/workflows/android.yml
  2. +1
    -1
      .github/workflows/cmake.yml
  3. +1
    -1
      .github/workflows/codeql.yml
  4. +1
    -1
      .github/workflows/linux.yml
  5. +1
    -1
      .github/workflows/macos.yml
  6. +1
    -1
      .github/workflows/windows.yml
  7. +1
    -1
      .github/workflows/windows_examples.yml

+ 1
- 1
.github/workflows/android.yml View File

@ -1,4 +1,4 @@
name: Android
name: Build raylib - Android
on:
workflow_dispatch:

+ 1
- 1
.github/workflows/cmake.yml View File

@ -1,4 +1,4 @@
name: CMakeBuilds
name: Build raylib CMake - Windows+Linux
on:
workflow_dispatch:

+ 1
- 1
.github/workflows/codeql.yml View File

@ -3,7 +3,7 @@
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"
name: Analyze raylib with CodeQL
on:
workflow_dispatch:

+ 1
- 1
.github/workflows/linux.yml View File

@ -1,4 +1,4 @@
name: Linux
name: Build raylib - Linux
on:
workflow_dispatch:

+ 1
- 1
.github/workflows/macos.yml View File

@ -1,4 +1,4 @@
name: macOS
name: Build raylib - macOS
on:
workflow_dispatch:

+ 1
- 1
.github/workflows/windows.yml View File

@ -1,4 +1,4 @@
name: Windows
name: Build raylib - Windows
on:
workflow_dispatch:

+ 1
- 1
.github/workflows/windows_examples.yml View File

@ -1,4 +1,4 @@
name: Windows Examples
name: Build raylib examples - Windows
on:
workflow_dispatch:

Loading…
Cancel
Save