Skip to content

Commit

Permalink
Update branch name (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Feb 23, 2022
1 parent f72b9ea commit d85ecd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Ruby specs

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

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
## `main` (unreleased)

- Relax dependencies for compatibility with Rails 7.0
- Move CI to GitHub actions
Expand Down

0 comments on commit d85ecd8

Please sign in to comment.