Skip to content

Commit

Permalink
[CI] Add workflow_dispatch and scheduled run to test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-cls committed Nov 22, 2024
1 parent 0cc5e23 commit 23d0fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
schedule:
- cron: '20 15 15 * *'

jobs:
normal:
Expand Down

0 comments on commit 23d0fe3

Please sign in to comment.