Allow build workflow to be trigged by workflow_dispatch

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-09-15 20:47:58 +02:00
parent 392db953b3
commit ff97793f60
+2
View File
@@ -7,6 +7,7 @@ on:
pull_request:
release:
types: [published]
workflow_dispatch:
jobs:
smoke-tests:
@@ -14,6 +15,7 @@ jobs:
github.event_name == 'push'
|| github.event_name == 'release'
|| (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
|| github.event_name == 'workflow_dispatch'
outputs:
GIT_TAG: ${{ steps.variables.outputs.GIT_TAG }}