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: