mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 08:07:11 -05: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
|
name: Checks
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue