workflows: fix test.yaml

This commit is contained in:
Sina Atalay
2024-03-09 19:39:59 +01:00
parent 3d585cd298
commit 4d2da45ccc

View File

@@ -6,6 +6,7 @@ on:
branches: ["main", "dev"]
pull_request:
branches: ["main", "dev"]
workflow_call: # to make the workflow triggerable from other workflows (publish.yaml)
# The workflow:
jobs: