mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Create _trigger.yml
This commit is contained in:
parent
575cbb9fad
commit
55445d945d
1 changed files with 8 additions and 0 deletions
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...'
|
Loading…
Add table
Add a link
Reference in a new issue