Enable manual github action runs (#23836)
This commit is contained in:
parent
917078ddb7
commit
02bc393571
|
|
@ -1,7 +1,7 @@
|
|||
name: AspNetCore-Runtime Code Sync
|
||||
on:
|
||||
# Test this script using on: push
|
||||
# push:
|
||||
# Manual run
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# * is a special character in YAML so you have to quote this string
|
||||
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
|
||||
|
|
|
|||
Loading…
Reference in New Issue