mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
yaml
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: 'jsonrpc js client build'
|
name: 'jsonrpc js client build'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
|
|||||||
2
.github/workflows/jsonrpc.yml
vendored
2
.github/workflows/jsonrpc.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: JSON-RPC API Test
|
name: JSON-RPC API Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# push:
|
# push:
|
||||||
# branches: [master]
|
# branches: [master]
|
||||||
# pull_request:
|
# pull_request:
|
||||||
|
|||||||
2
.github/workflows/node-delete-preview.yml
vendored
2
.github/workflows/node-delete-preview.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: Delete node PR previews
|
name: Delete node PR previews
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# types: [closed]
|
# types: [closed]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/node-docs.yml
vendored
2
.github/workflows/node-docs.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Generate & upload node.js documentation
|
name: Generate & upload node.js documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
|
|||||||
2
.github/workflows/node-package.yml
vendored
2
.github/workflows/node-package.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: 'node.js build'
|
name: 'node.js build'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
|
|||||||
2
.github/workflows/node-tests.yml
vendored
2
.github/workflows/node-tests.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: 'node.js tests'
|
name: 'node.js tests'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
|
|||||||
2
.github/workflows/upload-docs.yml
vendored
2
.github/workflows/upload-docs.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Build & Deploy Documentation on rs.delta.chat
|
name: Build & Deploy Documentation on rs.delta.chat
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
|
|||||||
2
.github/workflows/upload-ffi-docs.yml
vendored
2
.github/workflows/upload-ffi-docs.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Build & Deploy Documentation on cffi.delta.chat
|
name: Build & Deploy Documentation on cffi.delta.chat
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
|
|||||||
Reference in New Issue
Block a user