From a66f7265aecf15f3a62415359f0404e749cc275c Mon Sep 17 00:00:00 2001 From: "sv.giampa" Date: Fri, 10 Nov 2023 19:38:08 +0000 Subject: [PATCH] workflow_dispatch event added to workflows --- .github/workflows/continuous-integration.yml | 1 + .github/workflows/create-prerelease.yml | 1 + .github/workflows/create-release.yml | 1 + .github/workflows/dev-image-push.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c6062cb..d978093 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,6 +1,7 @@ name: Continuous Integration on: + workflow_dispatch: push: branches-ignore: ["main", "release"] pull_request: diff --git a/.github/workflows/create-prerelease.yml b/.github/workflows/create-prerelease.yml index e187d0f..c036ff2 100644 --- a/.github/workflows/create-prerelease.yml +++ b/.github/workflows/create-prerelease.yml @@ -1,6 +1,7 @@ name: Create Pre-Release on: + workflow_dispatch: push: branches: ["release"] pull_request: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e99c3e4..a81c1bd 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -1,6 +1,7 @@ name: Create Stable Release on: + workflow_dispatch: push: branches: ["main"] paths: diff --git a/.github/workflows/dev-image-push.yml b/.github/workflows/dev-image-push.yml index b68e278..4eb7a3a 100644 --- a/.github/workflows/dev-image-push.yml +++ b/.github/workflows/dev-image-push.yml @@ -1,6 +1,7 @@ name: Continuous Delivery on: + workflow_dispatch: push: branches: ["development"] pull_request: