mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
get rid of it from branches
This commit is contained in:
parent
6e737f0cca
commit
781af5fcb2
1 changed files with 1 additions and 6 deletions
7
.github/workflows/deploy_terraform.yml
vendored
7
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -1,15 +1,10 @@
|
||||||
name: Deploy infrastructure
|
name: Deploy infrastructure
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue