Update ReadMe.md and add workflow dispatch
This commit is contained in:
parent
9ab6fc0b2b
commit
529186880e
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -3,6 +3,7 @@ name: Unity Actions
|
|||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
push: {}
|
push: {}
|
||||||
|
workflow_dispatch: {}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
@ -12,4 +12,4 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 0}
|
m_Script: {fileID: 0}
|
||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier: Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState
|
m_EditorClassIdentifier: Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState
|
||||||
lastWriteTicks: -8585491470484541603
|
lastWriteTicks: -8585194918909323212
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# unity-actions example
|
# unity-actions example
|
||||||
|
|
||||||
[](https://github.com/GabLeRoux/unity-actions-example/actions)
|
[](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/)
|
Example using unity-actions to test and build a unity project. More information at [game.ci](https://game.ci/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user