Skip to content

Commit

Permalink
Update CI trigger paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxV5 committed Feb 23, 2024
1 parent 0994046 commit b2705ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- docs/**
- lib/**
- README.md
- Gemfile

concurrency:
group: pages
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Check Types with Steep
on:
push:
paths: [.github/workflows/type_check.yml, lib/**, sig/**, Gemfile, '*.gemspec']
paths: &paths
- .github/workflows/type_check.yml
- lib/**
- sig/**
- Gemfile
- '*.gemspec'
pull_request:
paths: [.github/workflows/type_check.yml, lib/**, sig/**, Gemfile, '*.gemspec']
paths: *paths
jobs:

type_check:
Expand Down

0 comments on commit b2705ef

Please sign in to comment.