mirror of
https://github.com/iptv-org/epg
synced 2025-12-24 06:16:59 -05: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...'
|