Skip to content

Commit

Permalink
fix(ci): fixed ci to run on pre
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jan 18, 2024
1 parent e70a7d9 commit bd67d17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- main
pull_request:
branches:
- "**"
paths-ignore:
- "docs/**"
types: [ready_for_review]

jobs:
pre-commit:
Expand Down

0 comments on commit bd67d17

Please sign in to comment.