Add pull_request as tests.yml CI trigger

This commit is contained in:
hakril
2025-01-29 09:23:04 +01:00
parent 6d621e0716
commit 929959d2ac
+1 -1
View File
@@ -1,7 +1,7 @@
# V0.1
name: Pytest
on: [push, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
# Allows you to run this workflow manually from the Actions tab
jobs: