From b9b111d9a3632c9bab98f13aeda011b79548a5e6 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Tue, 23 Jun 2020 23:35:42 +0200 Subject: [PATCH] Fixed github workflows --- .github/workflows/mutation.yml | 2 +- .github/workflows/static-analyze.yml | 2 +- .github/workflows/tests.yml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 11626ac..8c3d68f 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - "master" + - "1.x" schedule: - cron: '* 8 * * *' diff --git a/.github/workflows/static-analyze.yml b/.github/workflows/static-analyze.yml index 809332f..cd0cf73 100644 --- a/.github/workflows/static-analyze.yml +++ b/.github/workflows/static-analyze.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - "master" + - "1.x" schedule: - cron: '* 8 * * *' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a6a86e..7e6ecc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - "master" + - "1.x" schedule: - cron: '* 8 * * *' diff --git a/README.md b/README.md index 76ff358..4bb9d25 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg)](https://php.net/) [![License](https://poser.pugx.org/aeon-php/business-hours/license)](//packagist.org/packages/aeon-php/business-hours) -![Tests](https://github.com/aeon-php/business-hours/workflows/Tests/badge.svg?branch=master) +![Tests](https://github.com/aeon-php/business-hours/workflows/Tests/badge.svg?branch=1.x) Time Management Framework for PHP