mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
make the have a valid on spec at least so gh doesn't complain too much
This commit is contained in:
5
.github/workflows/dependabot.yml
vendored
5
.github/workflows/dependabot.yml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: Dependabot auto-approve
|
name: Dependabot auto-approve
|
||||||
# on: pull_request
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch
|
||||||
|
pull_request
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
name: 'jsonrpc js client build'
|
name: 'jsonrpc js client build'
|
||||||
# on:
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
|
|||||||
3
.github/workflows/jsonrpc.yml
vendored
3
.github/workflows/jsonrpc.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: JSON-RPC API Test
|
name: JSON-RPC API Test
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# push:
|
# push:
|
||||||
# branches: [master]
|
# branches: [master]
|
||||||
# pull_request:
|
# pull_request:
|
||||||
|
|||||||
3
.github/workflows/node-delete-preview.yml
vendored
3
.github/workflows/node-delete-preview.yml
vendored
@@ -1,7 +1,8 @@
|
|||||||
# documentation: https://github.com/deltachat/sysadmin/tree/master/download.delta.chat
|
# documentation: https://github.com/deltachat/sysadmin/tree/master/download.delta.chat
|
||||||
name: Delete node PR previews
|
name: Delete node PR previews
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# types: [closed]
|
# types: [closed]
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/node-docs.yml
vendored
3
.github/workflows/node-docs.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Generate & upload node.js documentation
|
name: Generate & upload node.js documentation
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
|
|||||||
4
.github/workflows/node-package.yml
vendored
4
.github/workflows/node-package.yml
vendored
@@ -1,5 +1,7 @@
|
|||||||
name: 'node.js build'
|
name: 'node.js build'
|
||||||
# on:
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
|
|||||||
4
.github/workflows/node-tests.yml
vendored
4
.github/workflows/node-tests.yml
vendored
@@ -1,5 +1,7 @@
|
|||||||
name: 'node.js tests'
|
name: 'node.js tests'
|
||||||
# on:
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
|
|||||||
3
.github/workflows/upload-docs.yml
vendored
3
.github/workflows/upload-docs.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Build & Deploy Documentation on rs.delta.chat
|
name: Build & Deploy Documentation on rs.delta.chat
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
|
|||||||
3
.github/workflows/upload-ffi-docs.yml
vendored
3
.github/workflows/upload-ffi-docs.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Build & Deploy Documentation on cffi.delta.chat
|
name: Build & Deploy Documentation on cffi.delta.chat
|
||||||
|
|
||||||
# on:
|
on:
|
||||||
|
workflow_dispatch
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
|
|||||||
Reference in New Issue
Block a user