Skip to content

Commit

Permalink
Made the actions run on master when pushed/merged
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski authored Sep 12, 2020
1 parent 59293ab commit 4425755
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests-on-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: 'Run tests on Laravel'

on:
pull_request:
branches:
- master
branches: [master]
schedule:
- cron: '0 8 * * *'
push:
branches: [master]

jobs:
test_without_email_verification:
Expand Down

0 comments on commit 4425755

Please sign in to comment.