Skip to content

Commit 85fa5ca

Browse files
author
Mattia Roccoberton
committed
test: update master branch
1 parent b13f477 commit 85fa5ca

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Linters
33

44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
reviewdog:

.github/workflows/specs_mysql_60.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Specs Rails 6.0 MySQL
33

44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
tests:

.github/workflows/specs_mysql_61.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Specs Rails 6.1 MySQL
33

44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
tests:

.github/workflows/specs_mysql_70.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Specs Rails 7.0 MySQL
33

44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
tests:

.github/workflows/specs_postgres_60.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Specs Rails 6.0 Postgres
33

44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
tests:
@@ -58,7 +58,7 @@ jobs:
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

.github/workflows/specs_postgres_61.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Specs Rails 6.1 Postgres
33

44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
tests:
@@ -58,7 +58,7 @@ jobs:
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

.github/workflows/specs_postgres_70.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Specs Rails 7.0 Postgres
33

44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
tests:
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)