Merge pull request #719 from Hestia-Homes/feature/ordnance_survey

Feature/ordnance survey
This commit is contained in:
KhalimCK 2026-02-17 11:33:44 +00:00 committed by GitHub
commit 0b2bfb4198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View file

@ -3,14 +3,8 @@ name: Deploy infrastructure
on:
push:
branches:
- "main"
- "dev"
- "prod"
paths:
- 'infrastructure/terraform/**'
- '.github/workflows/deploy_terraform.yml'
- '.github/workflows/_build_image.yml'
- '.github/workflows/_deploy_lambda.yml'
workflow_dispatch:
jobs:

View file

@ -1,6 +1,11 @@
name: Run unit tests
on:
push:
branches:
- "main"
- "dev"
- "prod"
pull_request:
branches:
- "**"