Skip to content

Commit 9c43cc1

Browse files
author
Mattia Roccoberton
committed
feat: switch to main branch
1 parent dd6a1ea commit 9c43cc1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Linters
33

44
on:
55
push:
6-
branches: [develop, master]
6+
branches: [develop, main]
77
pull_request:
8-
branches: [develop, master]
8+
branches: [develop, main]
99

1010
jobs:
1111
linters:

.github/workflows/specs_rails6.1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: Specs Rails 6.1
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
tests:

.github/workflows/specs_rails7.0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: Specs Rails 7.0
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
tests:

activeadmin_blaze_theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818

1919
spec.metadata['homepage_uri'] = spec.homepage
2020
spec.metadata['source_code_uri'] = spec.homepage
21-
spec.metadata['changelog_uri'] = 'https://github.com/blocknotes/activeadmin_blaze_theme/blob/master/CHANGELOG.md'
21+
spec.metadata['changelog_uri'] = 'https://github.com/blocknotes/activeadmin_blaze_theme/blob/main/CHANGELOG.md'
2222
spec.metadata['rubygems_mfa_required'] = 'true'
2323

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

0 commit comments

Comments
 (0)