Update ReadMe.md and add workflow dispatch

This commit is contained in:
David Finol 2023-04-21 17:38:57 -05:00
parent 9ab6fc0b2b
commit 529186880e
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ name: Unity Actions
on:
pull_request: {}
push: {}
workflow_dispatch: {}
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

View File

@ -12,4 +12,4 @@ MonoBehaviour:
m_Script: {fileID: 0}
m_Name:
m_EditorClassIdentifier: Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState
lastWriteTicks: -8585491470484541603
lastWriteTicks: -8585194918909323212

View File

@ -1,6 +1,6 @@
# unity-actions example
[![Actions 😎](https://github.com/GabLeRoux/unity-actions-example/workflows/Actions%20%F0%9F%98%8E/badge.svg)](https://github.com/GabLeRoux/unity-actions-example/actions)
[![Unity Actions](https://github.com/game-ci/unity-actions-example/actions/workflows/main.yml/badge.svg)](https://github.com/game-ci/unity-actions-example/actions/workflows/main.yml)
Example using unity-actions to test and build a unity project. More information at [game.ci](https://game.ci/)