Skip to content

Commit 2ecb4de

Browse files
authored
Merge pull request #3 from kunaltyagi/ci.pr
Add PR to CI triggers
2 parents 487facb + 1dc4107 commit 2ecb4de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/black.yml

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

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

55
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
66
jobs:

.github/workflows/pytest.yml

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

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

55
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
66
jobs:

0 commit comments

Comments
 (0)