Skip to content

Commit

Permalink
Run tests when push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jun 28, 2021
1 parent f1e05f0 commit fe36fa1
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 @@ -2,6 +2,9 @@ name: Tests

on:
push:
branches:
# Push events on main branch
- main
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down

0 comments on commit fe36fa1

Please sign in to comment.