Skip to content

Commit

Permalink
Fixed github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jun 23, 2020
1 parent 93c52ce commit b9b111d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "master"
- "1.x"
schedule:
- cron: '* 8 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "master"
- "1.x"
schedule:
- cron: '* 8 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "master"
- "1.x"
schedule:
- cron: '* 8 * * *'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9b111d

Please # to comment.