Skip to content

Commit 979938b

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)