We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917078d commit 02bc393Copy full SHA for 02bc393
.github/workflows/runtime-sync.yml
@@ -1,7 +1,7 @@
1
name: AspNetCore-Runtime Code Sync
2
on:
3
- # Test this script using on: push
4
- # push:
+ # Manual run
+ workflow_dispatch:
5
schedule:
6
# * is a special character in YAML so you have to quote this string
7
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
0 commit comments