difftreelog
test polkadot-types workflow
in: master
1 file changed
.github/workflows/polkadot-types.ymldiffbeforeafterboth3name: Polkadot types3name: Polkadot types445# Triger: only call from main workflow(re-usable workflows)5# Triger: only call from main workflow(re-usable workflows)6# on:7# workflow_call:8# # Allows you to run this workflow manually from the Actions tab9# workflow_dispatch:106on:11on:12 pull_request:7 workflow_call:13 branches: [ 'develop' ]8 # Allows you to run this workflow manually from the Actions tab9 workflow_dispatch:14 types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]1015111612# A workflow run is made up of one or more jobs that can run sequentially or in parallel17# A workflow run is made up of one or more jobs that can run sequentially or in parallel