Skip to content

Commit 1ae28f9

Browse files
authored
Merge pull request #410 from chrismayer/main-branch
Follow up due to switching default branch to 'main'
2 parents 0ceea65 + 7a8027d commit 1ae28f9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci-geoserver-node-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: ci-geoserver-node-client
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
run-tests-maintenance:
1111
runs-on: ubuntu-latest

.github/workflows/ci-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish-docs
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build-and-publish-docs:
88
runs-on: ubuntu-latest

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "master" ]
16+
branches: [ "main" ]
1717
pull_request:
18-
branches: [ "master" ]
18+
branches: [ "main" ]
1919
schedule:
2020
- cron: '28 5 * * 6'
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ npm login
148148
# then enter your credentials
149149
```
150150

151-
3. Locally checkout the latest `master` branch that you would like to release, then run:
151+
3. Locally checkout the latest `main` branch that you would like to release, then run:
152152

153153
```shell
154154
npm run release

0 commit comments

Comments
 (0)