mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +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
|
||||
# on: pull_request
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
pull_request
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
name: 'jsonrpc js client build'
|
||||
# on:
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
# pull_request:
|
||||
# push:
|
||||
# tags:
|
||||
|
||||
3
.github/workflows/jsonrpc.yml
vendored
3
.github/workflows/jsonrpc.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: JSON-RPC API Test
|
||||
|
||||
# on:
|
||||
on:
|
||||
workflow_dispatch
|
||||
# push:
|
||||
# branches: [master]
|
||||
# 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
|
||||
name: Delete node PR previews
|
||||
|
||||
# on:
|
||||
on:
|
||||
workflow_dispatch
|
||||
# pull_request:
|
||||
# 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
|
||||
|
||||
# on:
|
||||
on:
|
||||
workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
4
.github/workflows/node-package.yml
vendored
4
.github/workflows/node-package.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: 'node.js build'
|
||||
# on:
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
# pull_request:
|
||||
# push:
|
||||
# tags:
|
||||
|
||||
4
.github/workflows/node-tests.yml
vendored
4
.github/workflows/node-tests.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: 'node.js tests'
|
||||
# on:
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
# pull_request:
|
||||
# push:
|
||||
# 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
|
||||
|
||||
# on:
|
||||
on:
|
||||
workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - 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
|
||||
|
||||
# on:
|
||||
on:
|
||||
workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
Reference in New Issue
Block a user