Skip to content

Commit

Permalink
Merge pull request #31 from blocknotes/feat/switch-to-main-branch
Browse files Browse the repository at this point in the history
chore: switch to main branch
  • Loading branch information
blocknotes committed Oct 5, 2023
2 parents dd6a1ea + 9c43cc1 commit c1ad881
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Linters

on:
push:
branches: [develop, master]
branches: [develop, main]
pull_request:
branches: [develop, master]
branches: [develop, main]

jobs:
linters:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/specs_rails6.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Specs Rails 6.1
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/specs_rails7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Specs Rails 7.0
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion activeadmin_blaze_theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
spec.metadata['changelog_uri'] = 'https://github.com/blocknotes/activeadmin_blaze_theme/blob/master/CHANGELOG.md'
spec.metadata['changelog_uri'] = 'https://github.com/blocknotes/activeadmin_blaze_theme/blob/main/CHANGELOG.md'
spec.metadata['rubygems_mfa_required'] = 'true'

spec.files = Dir["{app,lib}/**/*", 'LICENSE.txt', 'README.md', 'index.js', 'package.json']
Expand Down

0 comments on commit c1ad881

Please sign in to comment.