From b485dc453ef84a59a9a1c13575b9de995e8d5751 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:36:01 -0800 Subject: [PATCH] Update terraform-test.yml --- .github/workflows/terraform-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terraform-test.yml b/.github/workflows/terraform-test.yml index c9e7e55..1055bf3 100644 --- a/.github/workflows/terraform-test.yml +++ b/.github/workflows/terraform-test.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - main + workflow_dispatch: permissions: contents: write @@ -55,4 +56,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch - WITH_V: true \ No newline at end of file + WITH_V: true