git.delta.rocks / unique-network / refs/commits / d4c4bba2bcb1

difftreelog

test polkadot-types workflow

Unique2022-12-21parent: #1719fd0.patch.diff
in: master

1 file changed

modified.github/workflows/polkadot-types.ymldiffbeforeafterboth
3name: Polkadot types3name: Polkadot types
44
5# 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 tab
9# workflow_dispatch:
10
6on:11on:
12 pull_request:
7 workflow_call:13 branches: [ 'develop' ]
8 # Allows you to run this workflow manually from the Actions tab
9 workflow_dispatch:14 types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]
1015
1116
12# 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