Skip to content

Commit

Permalink
Teste le déploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Oct 18, 2021
1 parent a14a5d0 commit 29a24d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# The `deploy` job is dependent on the output of the `check-for-functional-changes`job.
check-for-functional-changes:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' # Only triggered for the `master` branch
if: github.ref == 'refs/heads/build-cache' # Only triggered for the `master` branch
needs: [ check-version-and-changelog ]
outputs:
status: ${{ steps.stop-early.outputs.status }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 76.0.1-beta.1 [#1685](https://github.com/openfisca/openfisca-france/pull/1685)

* Amélioration technique.
* Zones impactées : configuration de l'intégration continue.
* Détails :
- Corrige la gestion des caches dans l'intégration continue

# 76.0.0 [#1550](https://github.com/openfisca/openfisca-france/pull/1550)

* Évolution du système socio-fiscal.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = "OpenFisca-France",
version = "76.0.0",
version = "76.0.1-beta.1",
author = "OpenFisca Team",
author_email = "contact@openfisca.fr",
classifiers = [
Expand Down

0 comments on commit 29a24d0

Please sign in to comment.