Update pytest pipeline: run on pull request and push

This commit is contained in:
Jules 2023-12-27 11:48:41 +01:00
parent b9b1db6b69
commit 522798abb6
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -1,6 +1,8 @@
name: Run Python tests
on: [push]
on:
push:
pull_request:
jobs:
build: