Skip to content

Commit

Permalink
Update CI to run for every lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Aug 17, 2024
1 parent c247450 commit 60e3fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
branches: [ main ]
paths:
- ".github/workflows/ci.yml"
- "libs/**"
- "scripts/**"
pull_request:
branches: [ main ]
paths:
- ".github/workflows/ci.yml"
- "scripts/**"
- "libs/**"

jobs:
Main:
Expand Down

0 comments on commit 60e3fca

Please sign in to comment.