We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69138da + 819f970 commit 03b846fCopy full SHA for 03b846f
3 files changed
.github/workflows/main.yml
@@ -2,9 +2,9 @@ name: Ruby CI
2
3
on:
4
push:
5
- branches: [ master, develop ]
+ branches: [ main, develop ]
6
pull_request:
7
8
9
jobs:
10
test:
.travis.yml
README.md
@@ -1,6 +1,6 @@
1
# CodeBreaker
-[](https://travis-ci.org/daigaku-ruby/code_breaker)
+[](https://travis-ci.org/daigaku-ruby/code_breaker)
[](http://badge.fury.io/rb/code_breaker)
CodeBreaker breaks a line of Ruby code into its receiver classes and the methods
0 commit comments