diff --git a/.github/workflows/climatemappedafrica-deploy-dev.yml b/.github/workflows/climatemappedafrica-deploy-dev.yml index 4c9d24776..0cab09cee 100644 --- a/.github/workflows/climatemappedafrica-deploy-dev.yml +++ b/.github/workflows/climatemappedafrica-deploy-dev.yml @@ -2,7 +2,9 @@ name: Climate Mapped Africa | Deploy | DEV on: push: - branches: [main] + branches: + - main + - chore/arm-build paths: - "apps/climatemappedafrica/**" - "Dockerfile" diff --git a/apps/climatemappedafrica/package.json b/apps/climatemappedafrica/package.json index e8306b32e..0b636161e 100644 --- a/apps/climatemappedafrica/package.json +++ b/apps/climatemappedafrica/package.json @@ -1,6 +1,6 @@ { "name": "climatemappedafrica", - "version": "0.0.1", + "version": "0.0.2", "private": true, "author": "Code for Africa ", "description": "Climate Mapped Africa ",