Skip to content

Commit

Permalink
Switch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Jan 25, 2023
1 parent b53c386 commit 0756bf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .semaphore/master-deploy.yml → .semaphore/main-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: v1.0
name: master-deploy
name: main-deploy
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804

blocks:
- name: master-deploy
- name: main-deploy
task:
secrets:
- name: rubygems-deploy
jobs:
- name: master-deploy
- name: main-deploy
commands:
- checkout --use-cache
- gem build so_many_devices
Expand Down
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ blocks:
- bundle exec standardrb
- bundle exec rspec
promotions:
- name: master
pipeline_file: master-deploy.yml
- name: main
pipeline_file: main-deploy.yml
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ which will create a git tag for the version, push git commits and tags, and push
## Contributing

Bug reports and pull requests are welcome on GitHub at <https://github.com/renuo/so_many_devices>.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/renuo/so_many_devices/blob/master/CODE_OF_CONDUCT.md).
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/renuo/so_many_devices/blob/main/CODE_OF_CONDUCT.md).

Do you think our devices are not that many? 😡

Expand All @@ -144,7 +144,7 @@ The gem is available as open source under the terms of the [MIT License](https:/

## Code of Conduct

Everyone interacting in the SoManyDevices project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/renuo/so_many_devices/blob/master/CODE_OF_CONDUCT.md).
Everyone interacting in the SoManyDevices project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/renuo/so_many_devices/blob/main/CODE_OF_CONDUCT.md).


## Special Thanks
Expand Down

0 comments on commit 0756bf4

Please sign in to comment.