Skip to content

Commit

Permalink
[TASK] Followup for main branch renaming : reenable GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed Oct 26, 2023
1 parent ea20f4b commit ea11b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: BUILD

on:
push:
branches: [ master ]
branches: [ main ]
tags:
- "**"
pull_request:
branches: [ master ]
branches: [ main ]

env:
PHP_CS_FIXER_VERSION: '^3.0.2'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Solr Explain

[![Build Status](https://github.com/TYPO3-Solr/php-solr-explain/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/TYPO3-Solr/php-solr-explain/actions?query=branch%3Amaster)
[![Build Status](https://github.com/TYPO3-Solr/php-solr-explain/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/TYPO3-Solr/php-solr-explain/actions?query=branch%3Amain)
[![Latest Stable Version](https://poser.pugx.org/apache-solr-for-typo3/php-solr-explain/v/stable)](https://packagist.org/packages/apache-solr-for-typo3/php-solr-explain)
[![Latest Unstable Version](https://poser.pugx.org/apache-solr-for-typo3/php-solr-explain/v/unstable)](https://packagist.org/packages/apache-solr-for-typo3/php-solr-explain)
[![License](https://poser.pugx.org/apache-solr-for-typo3/php-solr-explain/license)](https://packagist.org/packages/apache-solr-for-typo3/php-solr-explain)
Expand Down

0 comments on commit ea11b5b

Please sign in to comment.