Skip to content

Commit 659adb5

Browse files
committed
Fix?
1 parent ee0dce2 commit 659adb5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches: [master]
47

58
jobs:
69
build:

spec/gemfiles/rails_7_0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ gem 'base64', '~> 0.2'
66
gem 'bigdecimal', '~> 3.1'
77
gem 'mutex_m', '~> 0.3'
88
gem 'rails', '~> 7.0.0'
9+
gem 'sqlite3', '~> 1.4.2'

0 commit comments

Comments
 (0)