Skip to content

Commit

Permalink
ci: add workflow_dispatch and schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Sep 6, 2021
1 parent d9cf079 commit bd06ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Tests
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 6'

jobs:

Expand Down

0 comments on commit bd06ebb

Please sign in to comment.