From ed18a9c0cd8fa3147afdd732cb8ae024b347577b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Delmaire?= Date: Thu, 10 Aug 2023 10:15:18 +0200 Subject: [PATCH] CI: build frontend on each push Change staging url too --- .github/workflows/frontend-build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml index 1e124c775..10b818e60 100644 --- a/.github/workflows/frontend-build.yml +++ b/.github/workflows/frontend-build.yml @@ -1,9 +1,6 @@ name: Frontend build -on: - push: - branches: - - master +on: push jobs: build: @@ -15,7 +12,7 @@ jobs: matrix: include: - env: staging - back_host: https://back.datapass-staging.api.gouv.fr + back_host: https://back.staging.datapass.api.gouv.fr api_gouv_host: https://staging.api.gouv.fr piwik_url: "" piwik_site_id: ""