From 2325050e119d184b512369e27aeae1527eb92d84 Mon Sep 17 00:00:00 2001 From: Roman Schwarz Date: Wed, 12 Jun 2024 12:03:05 +0200 Subject: [PATCH] Adjust workflow trigger event --- .github/workflows/module-ci.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/module-ci.yaml b/.github/workflows/module-ci.yaml index 8ebfe93..4f20870 100644 --- a/.github/workflows/module-ci.yaml +++ b/.github/workflows/module-ci.yaml @@ -1,5 +1,15 @@ name: module-ci -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + types: + - opened + - edited + - synchronize + - labeled + - unlabeled jobs: module-ci: uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@349-epic-the-revival-of-tf-mod-lib