Skip to content

Commit 28b55c8

Browse files
authored
Merge pull request #11 from timkpaine/timkpaine-patch-1
add manual dispatch trigger to GitHub actions
2 parents e3b85f8 + 5336823 commit 28b55c8

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)