1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

allow workflows to be triggered manually

This commit is contained in:
Mike Fährmann 2024-03-03 18:10:55 +01:00
parent 1a9b9aa310
commit f3bc048ff7
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 7 additions and 1 deletions

View File

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

View File

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

View File

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