From 934e23f270846d153e4a6e4b5662536b42f47701 Mon Sep 17 00:00:00 2001 From: Michael Piccirillo <70709374+Khrysys@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:47:54 -0400 Subject: [PATCH] Update README with fixed statuses from workflows --- .github/workflows/android.yml | 2 +- .github/workflows/ios.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- README.md | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2e72744..fa0c038 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,7 +2,7 @@ name: cmake-android on: push: - branches: [ master ] + branches: [ main ] pull_request: types: [ opened, synchronize ] diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index cc9f5b9..d7f4225 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -2,7 +2,7 @@ name: cmake-ios on: push: - branches: [ master ] + branches: [ main ] pull_request: types: [ opened, synchronize ] diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e2c5c06..6d23358 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -2,7 +2,7 @@ name: cmake-linux on: push: - branches: [ master ] + branches: [ main ] pull_request: types: [ opened, synchronize ] diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6e2ebe2..69f1ae2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -2,7 +2,7 @@ name: cmake-macos on: push: - branches: [ master ] + branches: [ main ] pull_request: types: [ opened, synchronize ] diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c8d73d7..39e22c6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,7 +2,7 @@ name: cmake-windows on: push: - branches: [ master ] + branches: [ main ] pull_request: types: [ opened, synchronize ] diff --git a/README.md b/README.md index d47dad2..91ace8f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # DragonEngine A Thin 3D C++ Vulkan Game Engine +[![cmake-android](https://github.com/KhrySystem/DragonEngine/actions/workflows/android.yml/badge.svg)](https://github.com/KhrySystem/DragonEngine/actions/workflows/android.yml)[![cmake-ios](https://github.com/KhrySystem/DragonEngine/actions/workflows/ios.yml/badge.svg)](https://github.com/KhrySystem/DragonEngine/actions/workflows/ios.yml)[![cmake-linux](https://github.com/KhrySystem/DragonEngine/actions/workflows/linux.yml/badge.svg)](https://github.com/KhrySystem/DragonEngine/actions/workflows/linux.yml)[![cmake-macos](https://github.com/KhrySystem/DragonEngine/actions/workflows/macos.yml/badge.svg)](https://github.com/KhrySystem/DragonEngine/actions/workflows/macos.yml)[![cmake-windows](https://github.com/KhrySystem/DragonEngine/actions/workflows/windows.yml/badge.svg)](https://github.com/KhrySystem/DragonEngine/actions/workflows/windows.yml) \ No newline at end of file