File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ name: "CodeQL"
77
88on :
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 branches :
6- - master
6+ - main
77
88jobs :
99 release :
Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ logs-magento:
8686bundle :
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
9191update :
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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments