Skip to content

Commit

Permalink
Update Github Actions with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Jul 23, 2024
1 parent 0aed82b commit de945f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Rubocop

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

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: RSpec

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

jobs:
test:
Expand Down

0 comments on commit de945f4

Please sign in to comment.