Skip to content

Commit

Permalink
default branch name is now main
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Mar 21, 2023
1 parent 7be8892 commit e5d9801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: PHP Tests
on:
push:
branches:
- master
- main
- release/*
pull_request:
branches:
- master
- main

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Icinga PHP Library - ORM

[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/Icinga/ipl-orm/workflows/PHP%20Tests/badge.svg?branch=master)
![Build Status](https://github.com/Icinga/ipl-orm/workflows/PHP%20Tests/badge.svg?branch=main)

`ipl/orm` is a object-relational mapper that makes working with your databases a breeze.

Expand Down

0 comments on commit e5d9801

Please sign in to comment.