Skip to content

Commit d2ac6ea

Browse files
committed
Allow GH workflows to be triggered manually
1 parent 9703c7c commit d2ac6ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "*"
1111
schedule:
1212
- cron: "15 4 * * 0" # Every Sunday morning
13+
workflow_dispatch:
1314

1415
jobs:
1516
build:

0 commit comments

Comments
 (0)