Merge branch 'main' into deploy-categorisation

This commit is contained in:
Daniel Roth 2026-02-17 11:47:21 +00:00
commit 0763c04e4e
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:
- "**"