Skip to content

Commit

Permalink
Only run pronto in ruby file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolond committed Sep 23, 2024
1 parent 3790ba7 commit e63c4fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pronto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Pronto

on:
- pull_request
pull_request
paths:
- "**/*.rb"
- Rakefile
- config.ru
- Gemfile

jobs:
run:
Expand Down

0 comments on commit e63c4fa

Please sign in to comment.