Skip to content

Commit

Permalink
Improvements to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbestle committed Dec 28, 2020
1 parent 9ebeb67 commit b286122
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .coveralls.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
.gitignore export-ignore

# Testing files
.coveralls.yml export-ignore
.github/ export-ignore
.php_cs export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
tests/ export-ignore

# Other dotfiles
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '7 11 1 * *' # 11:07 on day-of-month 1

jobs:
tests:
Expand Down

0 comments on commit b286122

Please sign in to comment.