1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +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 name: docker
on: on:
workflow_dispatch:
push: push:
tags: tags:
- v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+

View File

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

View File

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