We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48503bc commit 8a18cc8Copy full SHA for 8a18cc8
.github/workflows/ci-cd.yml
@@ -9,7 +9,6 @@ name: "CI/CD: Continuous integration and continuous deployment"
9
tags:
10
- "v*"
11
pull_request:
12
- merge_group:
13
14
jobs:
15
build-check-test-push:
@@ -20,5 +19,5 @@ jobs:
20
19
with:
21
checkAndTestOutsideDocker: true
22
codeCoverageEnabled: true
23
- performRelease: false
+ performRelease: true
24
checkAndTestInsideDocker: false
.gitignore
@@ -8,7 +8,7 @@ yarn-error.log
8
/templates
graphql.config.json
output/*
-.env
-.env.local
+.env*
+!.env.template
secrets
/test/results/*
0 commit comments