Create _trigger.yml

This commit is contained in:
Aleksandr Statciuk
2022-02-25 18:41:20 +03:00
parent 575cbb9fad
commit 55445d945d
+8
View File
@@ -0,0 +1,8 @@
name: _trigger
on:
workflow_dispatch:
jobs:
start:
runs-on: ubuntu-latest
steps:
- run: echo 'Starting all workflows...'