Skip to content

Commit

Permalink
ci on all bracnhes and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
developer0hye authored Feb 5, 2025
1 parent 9f40ac9 commit 09c81b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [ "**" ]
pull_request:
branches: [ main ]
branches: [ "**" ]

jobs:
test:
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
print("\n✅ CLI Test passed!")
print(f"- File size reduced by {(1 - target_size/source_size)*100:.1f}%")
print(f"- PSNR: {psnr:.1f} dB (target: {target_psnr} dB)")
'
'

0 comments on commit 09c81b1

Please sign in to comment.