Create package_trigger.yml
This commit is contained in:
10
.github/workflows/package_trigger.yml
vendored
Normal file
10
.github/workflows/package_trigger.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user