Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit b596e26

Browse files
committed
test.yml & type_check.yml: Test on Gemfile update (dev-dep update)
ParadoxV5/template-ruby-gem@9d7f7b1
1 parent 2ba7e80 commit b596e26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test with Minitest
22
on:
33
push:
4-
paths: [.github/workflows/test.yml, lib/**, test/**, '*.gemspec']
4+
paths: [.github/workflows/test.yml, lib/**, test/**, Gemfile, '*.gemspec']
55
pull_request:
6-
paths: [.github/workflows/test.yml, lib/**, test/**, '*.gemspec']
6+
paths: [.github/workflows/test.yml, lib/**, test/**, Gemfile, '*.gemspec']
77
jobs:
88

99
test:

.github/workflows/type_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Check Types with Steep
22
on:
33
push:
4-
paths: [.github/workflows/type_check.yml, lib/**, sig/**, '*.gemspec']
4+
paths: [.github/workflows/type_check.yml, lib/**, sig/**, Gemfile, '*.gemspec']
55
pull_request:
6-
paths: [.github/workflows/type_check.yml, lib/**, sig/**, '*.gemspec']
6+
paths: [.github/workflows/type_check.yml, lib/**, sig/**, Gemfile, '*.gemspec']
77
jobs:
88

99
type_check:

0 commit comments

Comments
 (0)