Skip to content

Commit

Permalink
Update CI trigger rules
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Jan 12, 2024
1 parent 1926fed commit 096871e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: CI
on:
push:
paths:
- '.github/workflows/ci.yml'
- '.github/workflows/main.yml'
- 'lib/**'
- 'sig/**'
- '*.gemspec'
- 'spec/**'
- 'Rakefile'
- 'Gemfile'
- 'Steepfile'
- 'rbs_collection.lock.yaml'
- '.rubocop.yml'
pull_request:
branches:
Expand Down

0 comments on commit 096871e

Please sign in to comment.