Skip to content

Commit c7d29e9

Browse files
committed
Allow manually triggering and weekly auto-build.
1 parent 77da0bf commit c7d29e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_with_visualstudio.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8+
schedule:
9+
- cron: '0 0 * * 0'
10+
workflow_dispatch:
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)