Skip to content

Commit 8c575ac

Browse files
committed
Switch to main
1 parent 5b9ef65 commit 8c575ac

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [master]
10+
branches: [main]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [master]
13+
branches: [main]
1414
schedule:
1515
- cron: '0 9 * * 1'
1616

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ logs-magento:
8686
bundle:
8787
zip -r idealpostcodes_magento-$$(git describe --tags --abbrev=0).zip . -x '.git/*' -x '.github/*' -x 'test/*' -x 'lib/*' -x 'node_modules/*' -x 'docker/*' -x '*.zip' -x '.gitignore' -x ".gitattributes"
8888

89-
## Update repository against origin/master
89+
## Update repository against origin/main
9090
.PHONY: update
9191
update:
9292
git fetch
93-
git merge --ff-only origin/master
93+
git merge --ff-only origin/main
9494

9595
## How to use this Makefile
9696
.PHONY: help

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See our [guide](https://ideal-postcodes.co.uk/guides/magento) for installation a
2828
- [Ideal Postcodes](https://ideal-postcodes.co.uk/magento)
2929
- [Repository](https://github.com/ideal-postcodes/magento)
3030
- [Packagist](https://packagist.org/packages/idealpostcodes/module-ukaddresssearch)
31-
- [Changelog](https://github.com/ideal-postcodes/magento/blob/master/CHANGELOG.md)
31+
- [Changelog](https://github.com/ideal-postcodes/magento/blob/main/CHANGELOG.md)
3232
- [Releases](https://github.com/ideal-postcodes/magento/releases)
3333
- [Support](https://chat.ideal-postcodes.co.uk/support)
3434
- [Dev Chat](https://chat.ideal-postcodes.co.uk)

0 commit comments

Comments
 (0)