mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
commit
5f073c8126
2 changed files with 5 additions and 6 deletions
6
.github/workflows/deploy_terraform.yml
vendored
6
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -3,14 +3,8 @@ name: Deploy infrastructure
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
|
||||||
- "dev"
|
- "dev"
|
||||||
- "prod"
|
- "prod"
|
||||||
paths:
|
|
||||||
- 'infrastructure/terraform/**'
|
|
||||||
- '.github/workflows/deploy_terraform.yml'
|
|
||||||
- '.github/workflows/_build_image.yml'
|
|
||||||
- '.github/workflows/_deploy_lambda.yml'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
5
.github/workflows/unit_tests.yml
vendored
5
.github/workflows/unit_tests.yml
vendored
|
|
@ -1,6 +1,11 @@
|
||||||
name: Run unit tests
|
name: Run unit tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
- "dev"
|
||||||
|
- "prod"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue