mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
add pull_request to github actions
This commit is contained in:
parent
b34c43a739
commit
59ec442317
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Checks
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue