Skip to content

Commit

Permalink
ci: also trigger on main branch itself (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kliu128 authored Feb 19, 2025
1 parent 806d0cf commit 9f78e4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci

on:
push:
branches:
- main
pull_request:
branches: [ main ]

Expand All @@ -23,4 +26,4 @@ jobs:
run: uv sync --all-extras --dev

- name: Run pyright
run: uv run pyright
run: uv run pyright

0 comments on commit 9f78e4b

Please sign in to comment.