Skip to content

Commit 2f964bf

Browse files
committed
Build on push to dev
1 parent d0f4e4a commit 2f964bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: "CI/CD: Continuous integration and continuous deployment"
55
push:
66
branches:
77
- main
8+
- development
89
tags:
910
- "v*"
1011
pull_request:
@@ -19,5 +20,5 @@ jobs:
1920
with:
2021
checkAndTestOutsideDocker: true
2122
codeCoverageEnabled: true
22-
performRelease: true
23+
performRelease: false
2324
checkAndTestInsideDocker: false

0 commit comments

Comments
 (0)