Skip to content

Commit 0bfed7d

Browse files
committed
default branch name is now main
1 parent 12731c5 commit 0bfed7d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Icinga PHP Library - Web Components
22

33
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.0-777BB4?logo=PHP)](https://php.net/)
4-
![Build Status](https://github.com/Icinga/ipl-web/workflows/PHP%20Tests/badge.svg?branch=master)
4+
![Build Status](https://github.com/Icinga/ipl-web/workflows/PHP%20Tests/badge.svg?branch=main)
55

66
`ipl/web` provides common web components.
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=7.2",
2121
"ext-json": "*",
2222
"psr/http-message": "^1.0",
23-
"ipl/html": "dev-master",
23+
"ipl/html": "dev-main",
2424
"ipl/validator": "@dev",
2525
"ipl/i18n": ">=0.2.0",
2626
"ipl/scheduler": ">=0.1.0",

0 commit comments

Comments
 (0)