Skip to content

Commit a66f726

Browse files
committed
workflow_dispatch event added to workflows
1 parent 6c285cd commit a66f726

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Integration
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches-ignore: ["main", "release"]
67
pull_request:

.github/workflows/create-prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Create Pre-Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: ["release"]
67
pull_request:

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Create Stable Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: ["main"]
67
paths:

.github/workflows/dev-image-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Delivery
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: ["development"]
67
pull_request:

0 commit comments

Comments
 (0)