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 name: Dependabot auto-approve
# on: pull_request
on:
workflow_dispatch
pull_request
permissions: permissions:
pull-requests: write pull-requests: write

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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