diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 06bebc1..1451fd7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -11,10 +11,12 @@ env:
on:
push:
branches: # Run tests when commits are pushed to these branches in your repo
+ - main
- master
- develop
pull_request: # Run tests when pull requests are made on these branches in your repo
branches:
+ - main
- master
- develop
diff --git a/README.md b/README.md
index 8d0f067..27840bb 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ An official phpBB extension that allows board users to receive browser-based pus
## Contributing
-Please fork this repository and submit a pull request to contribute to phpBB Media Embed PlugIn
+Please fork this repository and submit a pull request to contribute to this extension.
## License
diff --git a/build.xml b/build.xml
index 72c8b0d..56e10c2 100644
--- a/build.xml
+++ b/build.xml
@@ -15,11 +15,9 @@
-->
-
-
diff --git a/composer.json b/composer.json
index 8a18fe8..20f462b 100644
--- a/composer.json
+++ b/composer.json
@@ -8,19 +8,16 @@
"authors": [
{
"name": "Marc Alexander",
- "email": "",
"homepage": "https://www.m-a-styles.de",
"role": "Extensions Team Consultant"
},
{
"name": "Ruslan Uzdenov",
- "email": "",
"homepage": "https://www.phpbbguru.net",
"role": "Extensions Development Team"
},
{
"name": "Matt Friedman",
- "email": "",
"homepage": "https://imattpro.github.io",
"role": "Extensions Development Team Lead"
}