Create external_trigger.yml

This commit is contained in:
aptalca
2021-06-05 22:14:01 -04:00
committed by GitHub
parent af27074c03
commit efe5d18fc6

10
.github/workflows/external_trigger.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: External Trigger Main
on:
workflow_dispatch:
jobs:
external-trigger-nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3