changed trigger of ci to pull-requests only

This commit is contained in:
Tryndaron
2024-04-12 10:50:47 +02:00
parent 559c2aa715
commit 90a90f94dc
+3 -3
View File
@@ -1,10 +1,10 @@
name: Run tests
on:
push:
#push:
#pull_request:
#branches: ['main', 'develop']
pull_request:
branches: ['main', 'develop']
workflow_dispatch: