Skip to content

Commit

Permalink
Merge pull request #32 from PHPCSStandards/feature/fix-ci-master-vs-main
Browse files Browse the repository at this point in the history
GH Actions: fix CI not running on `main`
  • Loading branch information
jrfnl committed Oct 14, 2022
2 parents 67e1df9 + 1a5efaa commit 9ec12c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -4,7 +4,7 @@ on:
# Run on all pushes and pull requests.
push:
branches:
- master
- main
pull_request:
# Also run this workflow on day 10 of every month as the repo isn't that active.
schedule:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -64,7 +64,7 @@ Initial release.
[PHP_CodeSniffer]: https://github.com/squizlabs/php_codesniffer/
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility

[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/master...HEAD
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/main...HEAD
[1.1.5]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.4...1.1.5
[1.1.4]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.3...1.1.4
[1.1.3]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.2...1.1.3
Expand Down

0 comments on commit 9ec12c5

Please sign in to comment.