Skip to content

Commit 8a18cc8

Browse files
committed
release from this branch
1 parent 48503bc commit 8a18cc8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ name: "CI/CD: Continuous integration and continuous deployment"
99
tags:
1010
- "v*"
1111
pull_request:
12-
merge_group:
1312

1413
jobs:
1514
build-check-test-push:
@@ -20,5 +19,5 @@ jobs:
2019
with:
2120
checkAndTestOutsideDocker: true
2221
codeCoverageEnabled: true
23-
performRelease: false
22+
performRelease: true
2423
checkAndTestInsideDocker: false

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ yarn-error.log
88
/templates
99
graphql.config.json
1010
output/*
11-
.env
12-
.env.local
11+
.env*
12+
!.env.template
1313
secrets
1414
/test/results/*

0 commit comments

Comments
 (0)