Skip to content

Commit

Permalink
ci: run on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdjn committed Jan 22, 2025
1 parent 584e423 commit a213380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Linting Checks

on: push
on:
push:
pull_request:

jobs:
mypy:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Tests

on: push
on:
push:
pull_request:

jobs:
test:
Expand Down

0 comments on commit a213380

Please sign in to comment.