Skip to content

Commit

Permalink
Implemented tests on push, changed badge on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Herzog authored and klees committed Apr 13, 2021
1 parent 30e500d commit 3104e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: checks
on: [pull_request]
on: [pull_request, push]
jobs:
tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://api.travis-ci.com/ILIAS-eLearning/ILIAS.svg?branch=trunk)](https://travis-ci.com/ILIAS-eLearning/ILIAS)
[![checks](https://github.com/ILIAS-eLearning/ILIAS/actions/workflows/checks.yml/badge.svg)](https://github.com/ILIAS-eLearning/ILIAS/actions/workflows/checks.yml)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)](https://php.net/)

# ILIAS
Expand Down

0 comments on commit 3104e17

Please sign in to comment.