From d4c4bba2bcb1933dcf0f81182da63835bf5f8ce4 Mon Sep 17 00:00:00 2001 From: Unique Date: Wed, 21 Dec 2022 06:58:16 +0000 Subject: [PATCH] test polkadot-types workflow --- --- a/.github/workflows/polkadot-types.yml +++ b/.github/workflows/polkadot-types.yml @@ -3,10 +3,15 @@ name: Polkadot types # Triger: only call from main workflow(re-usable workflows) +# on: +# workflow_call: +# # Allows you to run this workflow manually from the Actions tab +# workflow_dispatch: + on: - workflow_call: - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + pull_request: + branches: [ 'develop' ] + types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel -- gitstuff