Skip to content

Commit

Permalink
CI: build frontend on each push
Browse files Browse the repository at this point in the history
Change staging url too
  • Loading branch information
skelz0r committed Aug 10, 2023
1 parent e7535d9 commit ed18a9c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Frontend build

on:
push:
branches:
- master
on: push

jobs:
build:
Expand All @@ -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: ""
Expand Down

0 comments on commit ed18a9c

Please sign in to comment.