Skip to content

Commit

Permalink
Update README with fixed statuses from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Khrysys committed Oct 17, 2023
1 parent 686547a commit 934e23f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cmake-android

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types: [ opened, synchronize ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cmake-ios

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types: [ opened, synchronize ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cmake-linux

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types: [ opened, synchronize ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cmake-macos

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types: [ opened, synchronize ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cmake-windows

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types: [ opened, synchronize ]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 934e23f

Please sign in to comment.