Skip to content

Commit

Permalink
chore: replace default branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
xorcare committed Jan 26, 2024
1 parent aa7cae0 commit ee2ca1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.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: '44 5 * * 5'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Continuous Integration

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ go get github.com/xorcare/golden

Released under the [BSD 3-Clause License][LICENSE].

[LICENSE]: https://github.com/xorcare/golden/blob/master/LICENSE 'BSD 3-Clause "New" or "Revised" License'
[LICENSE]: https://github.com/xorcare/golden/blob/main/LICENSE 'BSD 3-Clause "New" or "Revised" License'

0 comments on commit ee2ca1d

Please sign in to comment.