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 name: docker
on: on:
workflow_dispatch:
push: push:
tags: tags:
- v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+

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

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

Loading…
Cancel
Save