9 lines
87 B
YAML
9 lines
87 B
YAML
name: "Terraform CI/CD"
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- terraform/**
|