Workflow: added new triggers for running test workflows
This commit is contained in:
2
.github/workflows/engine_test.yml
vendored
2
.github/workflows/engine_test.yml
vendored
@@ -1,7 +1,9 @@
|
|||||||
name: Engine Tests
|
name: Engine Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
engine-tests:
|
engine-tests:
|
||||||
|
|||||||
2
.github/workflows/server_test.yml
vendored
2
.github/workflows/server_test.yml
vendored
@@ -1,7 +1,9 @@
|
|||||||
name: Server Tests
|
name: Server Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
server-tests:
|
server-tests:
|
||||||
|
|||||||
2
.github/workflows/ui_test.yml
vendored
2
.github/workflows/ui_test.yml
vendored
@@ -1,7 +1,9 @@
|
|||||||
name: UI Tests
|
name: UI Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ui-tests:
|
ui-tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user