Skip to content

Commit 084aa7c

Browse files
committed
Allow manually running changelog and dotnet-file workflows
This enables manual in the repo as well as via gh cli runs. See https://cli.github.com/manual/gh_workflow_run
1 parent eeaeb55 commit 084aa7c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
on:
33
release:
44
types: [released]
5+
workflow_dispatch:
56

67
env:
78
GH_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/dotnet-file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Synchronizes .netconfig-configured files with dotnet-file
22
name: dotnet-file
33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "0 0 * * *"
67
push:

0 commit comments

Comments
 (0)