mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
add pull_request to github actions
This commit is contained in:
parent
7cf3c9201a
commit
67471c0c32
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