Skip to content

Commit

Permalink
First fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Dec 21, 2023
1 parent 9aa2e47 commit 0be4d88
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
-->
<delete dir="${dir}/.github" />
<delete dir="${dir}/tests" />
<delete dir="${dir}/travis" />

<delete file="${dir}/.gitignore" />
<delete file="${dir}/.gitattributes" />
<delete file="${dir}/.travis.yml" />
<delete file="${dir}/build.xml" />
<delete file="${dir}/composer.lock" />
<delete file="${dir}/composer.phar" />
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 0be4d88

Please sign in to comment.