Skip to content

Commit fb68b84

Browse files
committed
Enable manual run of the build workflow
1 parent adda898 commit fb68b84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build and Check
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
7+
schedule:
8+
cron: "0 0 * * 5"
69

710
jobs:
811
build_and_test:

0 commit comments

Comments
 (0)