Skip to content

Commit 95e96c7

Browse files
authored
maint: Add workflow_dispatch triggers to some CI Actions
2 parents 97ac7b9 + 4aeb571 commit 95e96c7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Build, test and publish
66
pull_request:
77
branches:
88
- main
9+
workflow_dispatch:
910
env:
1011
config: Release
1112
PackageOutputPath: nupkg

.github/workflows/generate-schema.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Test Generate Schema
88
- main
99
schedule:
1010
- cron: 0 0 * * *
11+
workflow_dispatch:
1112
jobs:
1213
build:
1314
runs-on: ubuntu-latest

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Integration tests
33
push: null
44
schedule:
55
- cron: 0 */24 * * *
6+
workflow_dispatch:
67
watch:
78
types:
89
- started

0 commit comments

Comments
 (0)