Skip to content

Commit

Permalink
changing to main from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydiablo committed May 1, 2024
1 parent ddf8311 commit d03867a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
name: PHP ${{ matrix.php-versions }} ${{ matrix.composer-args }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TwbBundle - Laminas module

[![License](https://img.shields.io/github/license/diablomedia/laminas-twb-bundle)](https://github.com/diablomedia/laminas-twb-bundle/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/diablomedia/laminas-twb-bundle)](https://github.com/diablomedia/laminas-twb-bundle/blob/main/LICENSE)
[![Build](https://github.com/diablomedia/laminas-twb-bundle/actions/workflows/build.yml/badge.svg)](https://github.com/diablomedia/laminas-twb-bundle/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/diablomedia/laminas-twb-bundle/graph/badge.svg?token=CS39OiPjNi)](https://codecov.io/gh/diablomedia/laminas-twb-bundle)
[![Latest Stable Version](https://poser.pugx.org/diablomedia/laminas-twb-bundle/v/stable.png)](https://packagist.org/packages/diablomedia/laminas-twb-bundle)
Expand All @@ -12,7 +12,7 @@ Fork of (neilime/zf2-twb-bundle)[https://github.com/neilime/zf2-twb-bundle] upda

# Contributing

👍 If you wish to contribute to TwbsHelper, PRs are welcome! Please read the [https://github.com/diablomedia/laminas-twb-bundle/blob/master/CONTRIBUTING.md](CONTRIBUTING.md) file.
👍 If you wish to contribute to TwbsHelper, PRs are welcome! Please read the [https://github.com/diablomedia/laminas-twb-bundle/blob/main/CONTRIBUTING.md](CONTRIBUTING.md) file.

# Documentation

Expand Down

0 comments on commit d03867a

Please sign in to comment.