File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Linters
33
44on :
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77 push :
8- branches : [master ]
8+ branches : [main ]
99
1010jobs :
1111 reviewdog :
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Specs Rails 6.0 MySQL
33
44on :
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77 push :
8- branches : [master ]
8+ branches : [main ]
99
1010jobs :
1111 tests :
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Specs Rails 6.1 MySQL
33
44on :
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77 push :
8- branches : [master ]
8+ branches : [main ]
99
1010jobs :
1111 tests :
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Specs Rails 7.0 MySQL
33
44on :
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77 push :
8- branches : [master ]
8+ branches : [main ]
99
1010jobs :
1111 tests :
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Specs Rails 6.0 Postgres
33
44on :
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77 push :
8- branches : [master ]
8+ branches : [main ]
99
1010jobs :
1111 tests :
5858 run : bundle exec rspec --profile
5959
6060 # - name: Upload coverage results
61- # uses: actions/upload-artifact@master
61+ # uses: actions/upload-artifact@main
6262 # if: always()
6363 # with:
6464 # name: coverage-report
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Specs Rails 6.1 Postgres
33
44on :
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77 push :
8- branches : [master ]
8+ branches : [main ]
99
1010jobs :
1111 tests :
5858 run : bundle exec rspec --profile
5959
6060 # - name: Upload coverage results
61- # uses: actions/upload-artifact@master
61+ # uses: actions/upload-artifact@main
6262 # if: always()
6363 # with:
6464 # name: coverage-report
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Specs Rails 7.0 Postgres
33
44on :
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77 push :
8- branches : [master ]
8+ branches : [main ]
99
1010jobs :
1111 tests :
6666 ${{github.workspace}}/coverage/lcov/active_storage_db.lcov:lcov
6767
6868 # - name: Upload coverage results
69- # uses: actions/upload-artifact@master
69+ # uses: actions/upload-artifact@main
7070 # if: always()
7171 # with:
7272 # name: coverage-report
You can’t perform that action at this time.
0 commit comments