We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e27400 commit 819f970Copy full SHA for 819f970
2 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:
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