Skip to content

Commit

Permalink
ci: only run "update rules" when rules.rs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 6, 2024
1 parent 604b7cf commit 2cdc408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-rules.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Update implementation status of all linter plugins

on:
on:
push:
branches:
- main
paths:
- 'crates/oxc_linter/**'
- 'crates/oxc_linter/src/rules.rs'
- 'tasks/lint_rules/**'

jobs:
Expand Down

0 comments on commit 2cdc408

Please sign in to comment.