Skip to content

Commit bab6acf

Browse files
authored
Merge pull request #33 from github/crimsonknave-fix-tag-push
Run ruff and pyright on pushes to main so tags can require those checks.
2 parents 4da2a53 + e904b59 commit bab6acf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pyright.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Pyright
22

33
on:
44
pull_request:
5+
push:
6+
branches: [ main ]
57

68
jobs:
79
pyright:

.github/workflows/ruff.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Ruff
22

33
on:
44
pull_request:
5+
push:
6+
branches: [ main ]
57

68
jobs:
79
ruff:

0 commit comments

Comments
 (0)