Made test-pipeline.yml callable

This commit is contained in:
Felix Weiß
2023-06-16 11:22:48 +02:00
parent 3dea18d285
commit bba90106cb
2 changed files with 4 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
name: Publish pipeline
on:
workflow_dispatch:
release:
types: [published]
workflow_dispatch:
release:
types: [published]
permissions: write-all
jobs:

View File

@@ -2,6 +2,7 @@ name: Test pipeline
on:
workflow_dispatch:
workflow_call:
push:
branches:
- main