Skip to content

Commit 7b5aa3a

Browse files
committed
💚 only make on-push work only on the main (master) branch in lints-and-checks
1 parent 23547eb commit 7b5aa3a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lints-and-checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Lints and Checks
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
37

48
jobs:
59
basedpyright:

0 commit comments

Comments
 (0)