Create package_trigger.yml

This commit is contained in:
aptalca
2021-06-05 22:16:05 -04:00
committed by GitHub
parent efe5d18fc6
commit d182524be4

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

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