Skip to content

Commit 74b9da1

Browse files
Update .github/workflows/pyright.yml
Co-authored-by: Sean Budd <[email protected]>
1 parent db1879f commit 74b9da1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pyright.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Check types with Pyright
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
pull_request:
9+
branches:
10+
- main
411

512
jobs:
613
pyright:

0 commit comments

Comments
 (0)