Avoid duplicate PR branch push workflows

This commit is contained in:
Jeppe Bundgaard
2026-06-11 16:37:51 +02:00
parent 1f23b58d1e
commit a8800a3be1
+2
View File
@@ -3,6 +3,8 @@ name: Automated Tests
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
schedule:
- cron: "0 2 * * *"