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 2fdb7a3 commit f019531Copy full SHA for f019531
.github/workflows/build.yaml
@@ -1,10 +1,9 @@
1
-# Temporarily disable until new wdk-build verison is ingested: https://github.com/microsoft/Windows-rust-driver-samples/pull/46
2
-# on:
3
-# push:
4
-# pull_request:
5
-# merge_group:
6
-# schedule: # Trigger a job on default branch at 4AM PST everyday
7
-# - cron: "0 11 * * *"
+on:
+ push:
+ pull_request:
+ merge_group:
+ schedule: # Trigger a job on default branch at 4AM PST everyday
+ - cron: "0 11 * * *"
8
9
name: Build
10
0 commit comments