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