Skip to content

Commit 2e749d5

Browse files
committed
🔧 Switch to main branch
1 parent 724685f commit 2e749d5

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

‎.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
on:
99
push:
1010
branches:
11-
- 'master'
11+
- 'main'
1212
tags:
1313
- '!*' # Do not execute on tags
1414
pull_request:

‎.github/workflows/heads.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
push:
88
branches:
99
- 'main'
10-
- '*-stable'
11-
- '*-dev'
1210
tags:
1311
- '!*' # Do not execute on tags
1412
pull_request:

‎.github/workflows/style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Ruby - Style
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
tags:
88
- '!*' # Do not execute on tags
99
pull_request:

‎.github/workflows/supported.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
on:
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010
tags:
1111
- '!*' # Do not execute on tags
1212
pull_request:

‎.github/workflows/unsupported.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Unsupported (EOL) Ruby Matrix
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
tags:
88
- '!*' # Do not execute on tags
99
pull_request:

0 commit comments

Comments
 (0)