Skip to content

Commit 9b37fb5

Browse files
merge develop (infos supp. demande de contact) (#1766)
* chore: Expo SDK Migration (v51) * fix: update yarn.lock * fix: downgrade version of react-native-snap-carousel * fix: reset yarn.lock * fix: demande de contact (#1764) * chore: Expo SDK Migration (v51) * fix: demande de contact * update ciNamespace * chore: add oblik config to strapi --------- Co-authored-by: Gary van Woerkens <gary.van-woerkens@sg.social.gouv.fr> * fix: epdsContact update graphql query (#1765) * fix: epdsContact update graphql query * fix: Mobile tests * fix: rename property 'nb_mois_dernier_enfant' (#1769) * fix: disable auto Publish on ExpoGo (Develop) --------- Co-authored-by: Gary van Woerkens <gary.van-woerkens@sg.social.gouv.fr>
1 parent 74599bb commit 9b37fb5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/expo-publish-develop.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Publish on ExpoGo (Develop)
22
on:
3-
push:
4-
# branches: [develop, alpha, beta, next]
5-
branches:
6-
- "**"
7-
tags-ignore:
8-
- v*
9-
paths:
10-
- "front/**"
11-
- ".github/workflows/expo-publish-develop.yml"
3+
# push:
4+
# # branches: [develop, alpha, beta, next]
5+
# branches:
6+
# - "**"
7+
# tags-ignore:
8+
# - v*
9+
# paths:
10+
# - "front/**"
11+
# - ".github/workflows/expo-publish-develop.yml"
1212
workflow_dispatch:
1313
inputs:
1414
tags:

back/strapi/api/reponses-epds/config/schema.graphql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = {
6767
situation: String
6868
departement: String
6969
nb_mois_de_grossesse: String
70-
nb_mois_du_dernier_enfant: String
70+
nb_mois_dernier_enfant: String
7171
): Boolean
7272
7373
epdsContactConfirmed (

0 commit comments

Comments
 (0)