From ae1a90a05fa5f03261b812548cc0a55462ee9495 Mon Sep 17 00:00:00 2001 From: Bhargav Mogra Date: Wed, 10 Jan 2024 16:11:47 +0700 Subject: [PATCH] ci: re-enable terratest --- .github/workflows/terratest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terratest.yaml b/.github/workflows/terratest.yaml index f7660ed..d710dbd 100644 --- a/.github/workflows/terratest.yaml +++ b/.github/workflows/terratest.yaml @@ -2,9 +2,9 @@ concurrency: terraform-pagerduty-alerting-terratest name: terratest on: -# pull_request: -# branches: -# - main + pull_request: + branches: + - main push: branches: - main