difftreelog
Merge pull request #796 from UniqueNetwork/feature/generate-types-package
in: master
Feature/generate types package
3 files changed
.github/workflows/ci-master.ymldiffbeforeafterboth43 codestyle:43 codestyle:44 uses: ./.github/workflows/codestyle.yml44 uses: ./.github/workflows/codestyle.yml454546 polkadot-types:47 uses: ./.github/workflows/polkadot-types.yml.github/workflows/polkadot-types.ymldiffbeforeafterbothno changes
.github/workflows/schedule-trigger-for-develop-build.ymldiffbeforeafterboth1name: schedule-trigger-for-develop-build1name: schedule-trigger-for-develop-build2on:2on:3 # update the branch ci/develop-scheduler every night3 # update the branch ci/develop-scheduler every night4 schedule:4 # schedule:5 - cron: '0 1 * * *'5 # - cron: '0 1 * * *'6 # or update the branch manually6 # or update the branch manually7 workflow_dispatch:7 workflow_dispatch:8 # pull_request:8 # pull_request:9 # branches: [ 'develop' ]9 # branches: [ 'develop' ]