Skip to content

Commit

Permalink
Avoid duplicate tests (barryvdh#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 28, 2020
1 parent 05b74ee commit 8e25b3b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Unit Tests

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

jobs:
php-tests:
Expand Down

0 comments on commit 8e25b3b

Please sign in to comment.