diff --git a/.github/workflows/pack-validation.yml b/.github/workflows/pack-validation.yml index 5c0d2e75..b070e81f 100644 --- a/.github/workflows/pack-validation.yml +++ b/.github/workflows/pack-validation.yml @@ -1,10 +1,11 @@ name: Packs Validation -# # Controls when the action will run. Workflow runs when manually triggered using the UI -# # or API. - on: - pull_request: - branches: [ main ] + +# Controls when the action will run. Workflow runs when manually triggered using the UI or API. +on: + pull_request: + types: [opened, reopened, synchronize] + # # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: