Skip to content

Commit 57867d3

Browse files
authored
Only run typing on main branch push (#43)
1 parent f6b11e5 commit 57867d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/typing.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Typing
44
# yamllint disable-line rule:truthy
55
on:
66
push:
7+
branches:
8+
- main
79
pull_request:
810
workflow_dispatch:
911

0 commit comments

Comments
 (0)