Skip to content

Commit

Permalink
Merge pull request #11 from reviewdog/fix-default-branch-name
Browse files Browse the repository at this point in the history
fix the default branch name
  • Loading branch information
shogo82148 authored Dec 19, 2023
2 parents 7f3dac3 + dbf1903 commit a322dfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- .github/labels.json
- .github/workflows/labels.yml
branches:
- master
- main

jobs:
Manage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
push:
branches:
- master
- main
tags:
- "v*.*.*"
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:

defaults:
Expand Down

0 comments on commit a322dfa

Please sign in to comment.