Skip to content

Commit 3ce560e

Browse files
committed
chore(ci): test workflow on PR
1 parent df0c3df commit 3ce560e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/validate-python-types.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@ name: Validate Python Type Generation
22

33
on:
44
push:
5-
branches: [master, main]
6-
paths:
7-
- 'src/server/templates/python.ts'
8-
- 'src/lib/**'
9-
- 'test/**'
5+
branches: [master]
106
pull_request:
11-
branches: [master, main]
12-
paths:
13-
- 'src/server/templates/python.ts'
14-
- 'src/lib/**'
15-
- 'test/**'
7+
branches: [master]
168

179
jobs:
1810
validate-python-types:

0 commit comments

Comments
 (0)