mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
Run on push to master too
This commit is contained in:
parent
7f4f20c705
commit
6190a6b79d
1 changed files with 6 additions and 1 deletions
7
.github/workflows/python-sanity.yaml
vendored
7
.github/workflows/python-sanity.yaml
vendored
|
|
@ -1,6 +1,11 @@
|
||||||
name: Python sanity
|
name: Python sanity
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue