Skip to content

Commit 8543d5c

Browse files
committed
ci: run also on PR
1 parent 6dbaa2a commit 8543d5c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
paths:
66
- "**.py"
77
- .github/workflows/ci.yml
8-
8+
pull-request:
9+
- "**.py"
10+
- .github/workflows/ci_stdlib_only.yml
911

1012
jobs:
1113

.github/workflows/ci_stdlib_only.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
paths:
66
- "**.py"
77
- .github/workflows/ci_stdlib_only.yml
8-
8+
pull-request:
9+
- "**.py"
10+
- .github/workflows/ci_stdlib_only.yml
911

1012
jobs:
1113

0 commit comments

Comments
 (0)