quick shared infra

This commit is contained in:
Jun-te Kim 2026-02-16 17:23:15 +00:00
parent c7c208334e
commit 952a2cb2c0

View file

@ -3,7 +3,9 @@ name: Deploy infrastructure
on: on:
push: push:
branches: branches:
- "**" - "main"
- "dev"
- "prod"
paths: paths:
- 'infrastructure/terraform/**' - 'infrastructure/terraform/**'
- '.github/workflows/deploy_terraform.yml' - '.github/workflows/deploy_terraform.yml'