allow workflows to be triggered manually

pull/5280/head
Mike Fährmann 7 months ago
parent 1a9b9aa310
commit f3bc048ff7
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1,6 +1,7 @@
name: docker
on:
workflow_dispatch:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+

@ -1,6 +1,10 @@
name: executables
on: [push]
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:

@ -1,6 +1,7 @@
name: tests
on:
workflow_dispatch:
push:
branches:
- master

Loading…
Cancel
Save