We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86a876 commit 79557fbCopy full SHA for 79557fb
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build
2
3
on:
4
push:
5
- branches: ['2.5']
+ branches: ['main', '2.5']
6
pull_request:
7
release:
8
types: [created]
manifest.xml.in
@@ -6,7 +6,7 @@
<copyright>
<author name="Jakub Zalas" email="[email protected]"/>
9
- <license type="MIT" url="https://github.com/jakzal/phpunit-globals/blob/2.5/LICENSE"/>
+ <license type="MIT" url="https://github.com/jakzal/phpunit-globals/blob/main/LICENSE"/>
10
</copyright>
11
12
<requires>
0 commit comments