Skip to content

Commit 9ec12c5

Browse files
authored
Merge pull request #32 from PHPCSStandards/feature/fix-ci-master-vs-main
GH Actions: fix CI not running on `main`
2 parents 67e1df9 + 1a5efaa commit 9ec12c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Run on all pushes and pull requests.
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
# Also run this workflow on day 10 of every month as the repo isn't that active.
1010
schedule:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Initial release.
6464
[PHP_CodeSniffer]: https://github.com/squizlabs/php_codesniffer/
6565
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
6666

67-
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/master...HEAD
67+
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/main...HEAD
6868
[1.1.5]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.4...1.1.5
6969
[1.1.4]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.3...1.1.4
7070
[1.1.3]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.2...1.1.3

0 commit comments

Comments
 (0)