Skip to content

Commit 3d4d68a

Browse files
committed
Enable manual triggering of testing workflow.
1 parent 07f1997 commit 3d4d68a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
# run testing on the first of each month 5am ET / 9am UTC
2020
- cron: '0 9 1 * *'
2121

22+
# Enable manual running of workflow, so we can force execution
23+
workflow_dispatch:
24+
2225
jobs:
2326
lint:
2427
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)