Skip to content

Commit

Permalink
Merge pull request #2029 from hyperledger/mainbranchConfig
Browse files Browse the repository at this point in the history
main branch configs
  • Loading branch information
NickSneo committed Apr 12, 2024
2 parents 6024ecb + a4ff8d0 commit 0237ce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @conor10 @iikirilov
* @conor10 @gtebrean @NickSneo
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ 'master' ]
branches: [ 'main' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'master' ]
branches: [ 'main' ]
schedule:
- cron: '35 2 * * 3'

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### BREAKING CHANGES

*
* Rename default master branch to main. [#2029](https://github.com/hyperledger/web3j/pull/2029)


# [4.11.2](https://github.com/web3j/web3j/releases/tag/v4.11.2) (2024-03-27)
Expand Down

0 comments on commit 0237ce7

Please sign in to comment.