Skip to content

Commit

Permalink
Switch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelOtter committed Aug 11, 2024
1 parent 8c2d322 commit 15c01be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: CI
on:
push:
branches:
- master
- main
tags:
- "*.*.*"
pull_request:
branches:
- master
- main

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include(FetchContent)
FetchContent_Declare(
growl
GIT_REPOSITORY [email protected]:Bearwaves/growl.git
GIT_TAG master
GIT_TAG main
)
FetchContent_MakeAvailable(growl)
```
Expand All @@ -52,7 +52,7 @@ has frozen and isn't doing anything; in reality it's just fetching the various
Git submodules from within Growl itself, the speed of which will vary based on
your internet connection.

You may wish to pin a specific commit (rather than `master`) so that CMake
You may wish to pin a specific commit (rather than `main`) so that CMake
doesn't fetch the new version of Growl on every update.

You can read more about `FetchContent` in the [CMake documentation](
Expand Down

0 comments on commit 15c01be

Please sign in to comment.