We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 4f8ff6f commit abe9f31Copy full SHA for abe9f31
.github/workflows/gem-install.yml
@@ -8,8 +8,8 @@ on:
8
- cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3
9
push:
10
branches:
11
- - master
12
- - v*.*.x
+ - main
+ - "*-stable"
13
tags:
14
- v*.*.*
15
pull_request:
.github/workflows/sqlite3-ruby.yml
@@ -10,8 +10,8 @@ on:
16
17
0 commit comments