mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
run contrib check on push as well
Which should ensure I notice when I've forgotten to change my email back after testing the script :-)
This commit is contained in:
parent
46445638a8
commit
a684ac120f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/contrib.yml
vendored
2
.github/workflows/contrib.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Author in CONTRIBUTORS
|
name: Author in CONTRIBUTORS
|
||||||
|
|
||||||
on: [pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue