Skip to content

Commit 0e20b25

Browse files
committed
Merge branch 'release' into main
2 parents 71d1ba1 + a66f726 commit 0e20b25

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)