mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
only run if the file gets changed
This commit is contained in:
parent
8955082ac5
commit
6a29967b1b
2 changed files with 5 additions and 3 deletions
5
.github/workflows/deploy_terraform.yml
vendored
5
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -4,6 +4,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
|
paths:
|
||||||
|
- 'infrastructure/terraform/**'
|
||||||
|
- '.github/workflows/deploy_terraform.yml'
|
||||||
|
- '.github/workflows/_build_image.yml'
|
||||||
|
- '.github/workflows/_deploy_lambda.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
determine_stage:
|
determine_stage:
|
||||||
|
|
|
||||||
3
.github/workflows/unit_tests.yml
vendored
3
.github/workflows/unit_tests.yml
vendored
|
|
@ -4,9 +4,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue