add initial version
This commit is contained in:
16
.github/workflows/external_trigger.yml
vendored
Normal file
16
.github/workflows/external_trigger.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: External Trigger Main
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
external-trigger-master:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: External Trigger
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
echo "**** No external release, exiting ****"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user