Skip to content

Commit 5336823

Browse files
authored
add manual dispatch trigger to GitHub actions
1 parent e3b85f8 commit 5336823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- main
77
pull_request:
88
schedule:
9-
# run on sunday nights
109
- cron: '0 0 * * 0'
10+
workflow_dispatch:
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)