mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
8 lines
139 B
YAML
8 lines
139 B
YAML
name: _trigger
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
start:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo 'Starting all workflows...'
|