workflows: fix test.yaml

This commit is contained in:
Sina Atalay 2024-03-09 19:39:59 +01:00
parent 3d585cd298
commit 4d2da45ccc
1 changed files with 1 additions and 0 deletions

View File

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