From a601fae0ed330e63cea50e4a2a6659ca1ad97bde Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 21 Mar 2023 16:59:00 +0100 Subject: [PATCH] default branch name is now `main` --- .github/workflows/L10n-update.yml | 2 +- .github/workflows/php.yml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/L10n-update.yml b/.github/workflows/L10n-update.yml index 9dce59a..45599e8 100644 --- a/.github/workflows/L10n-update.yml +++ b/.github/workflows/L10n-update.yml @@ -3,7 +3,7 @@ name: L10n Update on: push: branches: - - master + - main jobs: trigger-update: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 778a181..af1e830 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -3,11 +3,11 @@ name: PHP Tests on: push: branches: - - master + - main - release/* pull_request: branches: - - master + - main jobs: lint: diff --git a/README.md b/README.md index 4c4d072..73aff0c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Icinga PHP Library - Common Validators and Validator Chaining [![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-validator/workflows/PHP%20Tests/badge.svg?branch=master) +![Build Status](https://github.com/Icinga/ipl-validator/workflows/PHP%20Tests/badge.svg?branch=main) `ipl/validator` provides common validators and a validator chain that runs multiple validators in a user-defined order.