mirror of
https://github.com/iptv-org/epg.git
synced 2026-07-05 19:29:28 +02:00
9 lines
139 B
YAML
9 lines
139 B
YAML
name: _trigger
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
start:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo 'Starting all workflows...'
|