Skip to content

Commit

Permalink
🔧 Switch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 3, 2024
1 parent 724685f commit 2e749d5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
on:
push:
branches:
- 'master'
- 'main'
tags:
- '!*' # Do not execute on tags
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
push:
branches:
- 'main'
- '*-stable'
- '*-dev'
tags:
- '!*' # Do not execute on tags
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ruby - Style
on:
push:
branches:
- 'master'
- 'main'
tags:
- '!*' # Do not execute on tags
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
on:
push:
branches:
- 'master'
- 'main'
tags:
- '!*' # Do not execute on tags
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsupported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Unsupported (EOL) Ruby Matrix
on:
push:
branches:
- 'master'
- 'main'
tags:
- '!*' # Do not execute on tags
pull_request:
Expand Down

0 comments on commit 2e749d5

Please sign in to comment.