Skip to content

Commit abe9f31

Browse files
committed
renamed default branch to main
1 parent 4f8ff6f commit abe9f31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gem-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3
99
push:
1010
branches:
11-
- master
12-
- v*.*.x
11+
- main
12+
- "*-stable"
1313
tags:
1414
- v*.*.*
1515
pull_request:

.github/workflows/sqlite3-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
- cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3
1111
push:
1212
branches:
13-
- master
14-
- v*.*.x
13+
- main
14+
- "*-stable"
1515
tags:
1616
- v*.*.*
1717
pull_request:

0 commit comments

Comments
 (0)