make the have a valid on spec at least so gh doesn't complain too much

This commit is contained in:
Floris Bruynooghe
2023-02-16 09:06:40 +01:00
parent bb9a3d4b8e
commit b2266ffca1
9 changed files with 23 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
name: Dependabot auto-approve
# on: pull_request
on:
workflow_dispatch
pull_request
permissions:
pull-requests: write

View File

@@ -1,5 +1,7 @@
name: 'jsonrpc js client build'
# on:
on:
workflow_dispatch
# pull_request:
# push:
# tags:

View File

@@ -1,6 +1,7 @@
name: JSON-RPC API Test
# on:
on:
workflow_dispatch
# push:
# branches: [master]
# pull_request:

View File

@@ -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]

View File

@@ -1,6 +1,7 @@
name: Generate & upload node.js documentation
# on:
on:
workflow_dispatch
# push:
# branches:
# - master

View File

@@ -1,5 +1,7 @@
name: 'node.js build'
# on:
on:
workflow_dispatch
# pull_request:
# push:
# tags:

View File

@@ -1,5 +1,7 @@
name: 'node.js tests'
# on:
on:
workflow_dispatch
# pull_request:
# push:
# branches:

View File

@@ -1,6 +1,7 @@
name: Build & Deploy Documentation on rs.delta.chat
# on:
on:
workflow_dispatch
# push:
# branches:
# - master

View File

@@ -1,6 +1,7 @@
name: Build & Deploy Documentation on cffi.delta.chat
# on:
on:
workflow_dispatch
# push:
# branches:
# - master