Skip to content

Commit b46ef35

Browse files
committed
Update references to the default branch
1 parent 9fc2bd2 commit b46ef35

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/L10n-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: L10n Update
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
trigger-update:

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: PHP Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- release/*
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
lint:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Icinga Reporting
22

33
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
4-
![Build Status](https://github.com/icinga/icingaweb2-module-reporting/workflows/PHP%20Tests/badge.svg?branch=master)
5-
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-reporting.svg)](https://github.com/Icinga/icingaweb2-module-reporting)
4+
[![PHP Tests](https://github.com/Icinga/icingaweb2-module-reporting/actions/workflows/php.yml/badge.svg)](https://github.com/Icinga/icingaweb2-module-reporting/actions/workflows/php.yml)
5+
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-reporting.svg)](https://github.com/Icinga/icingaweb2-module-reporting/releases/latest)
66

77
![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
88

0 commit comments

Comments
 (0)