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 name: Publish pipeline
on: on:
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [published]
permissions: write-all permissions: write-all
jobs: jobs:

View File

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