Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 413a6fb

Browse files
committed
Rename github action build
1 parent ba40caa commit 413a6fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: PHP
1+
name: build
22

3-
on: [push]
3+
on: [ push, pull_request ]
44

55
jobs:
66
run:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A fluent SQL query builder.
44

55
[![Latest Version on Packagist](https://img.shields.io/github/release/selective-php/database.svg?style=flat-square)](https://packagist.org/packages/selective/database)
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
7-
[![Build Status](https://github.com/selective-php/database/workflows/PHP/badge.svg)](https://github.com/selective-php/database/actions)
7+
[![Build Status](https://github.com/selective-php/database/workflows/build/badge.svg)](https://github.com/selective-php/database/actions)
88
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/selective-php/database.svg?style=flat-square)](https://scrutinizer-ci.com/g/selective-php/database/code-structure)
99
[![Quality Score](https://img.shields.io/scrutinizer/quality/g/selective-php/database.svg?style=flat-square)](https://scrutinizer-ci.com/g/selective-php/database/?branch=master)
1010
[![Total Downloads](https://img.shields.io/packagist/dt/selective/database.svg?style=flat-square)](https://packagist.org/packages/selective/database/stats)

0 commit comments

Comments
 (0)