mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Create _trigger.yml
This commit is contained in:
8
.github/workflows/_trigger.yml
vendored
Normal file
8
.github/workflows/_trigger.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: _trigger
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
start:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo 'Starting all workflows...'
|
||||||
Reference in New Issue
Block a user