Skip to content

Commit 2504f3f

Browse files
committed
run tests on PR
1 parent 8f22556 commit 2504f3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
flake8_py3:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Python Tests
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
build:

0 commit comments

Comments
 (0)