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