Added workflow_dispatch event
This commit is contained in:
Родитель
3c11e5bf4e
Коммит
6f63529319
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
name: DotnetPlayer
|
name: DotnetPlayer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- Source/Services/RPSLS.DotNetPlayer.Api/**
|
- Source/Services/RPSLS.DotNetPlayer.Api/**
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
name: Game Manager
|
name: Game Manager
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- Source/Services/RPSLS.Game.Api/**
|
- Source/Services/RPSLS.Game.Api/**
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
name: JavaPlayer
|
name: JavaPlayer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- Source/Services/RPSLS.JavaPlayer.Api/**
|
- Source/Services/RPSLS.JavaPlayer.Api/**
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
name: NodePlayer
|
name: NodePlayer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- Source/Services/RPSLS.NodePlayer.Api/**
|
- Source/Services/RPSLS.NodePlayer.Api/**
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
name: PhpPlayer
|
name: PhpPlayer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- Source/Services/RPSLS.PHPPlayer.Api/**
|
- Source/Services/RPSLS.PHPPlayer.Api/**
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
name: PythonPlayer
|
name: PythonPlayer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- Source/Services/RPSLS.PythonPlayer.Api/**
|
- Source/Services/RPSLS.PythonPlayer.Api/**
|
||||||
|
|
Загрузка…
Ссылка в новой задаче