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

difftreelog

Merge pull request #796 from UniqueNetwork/feature/generate-types-package

Yaroslav Bolyukin2022-12-23parents: #ceb8459 #acb4a73.patch.diff
in: master
Feature/generate types package

3 files changed

modified.github/workflows/ci-master.ymldiffbeforeafterboth
43 codestyle:43 codestyle:
44 uses: ./.github/workflows/codestyle.yml44 uses: ./.github/workflows/codestyle.yml
4545
46 polkadot-types:
47 uses: ./.github/workflows/polkadot-types.yml
added.github/workflows/polkadot-types.ymldiffbeforeafterboth

no changes

modified.github/workflows/schedule-trigger-for-develop-build.ymldiffbeforeafterboth
1name: schedule-trigger-for-develop-build1name: schedule-trigger-for-develop-build
2on:2on:
3 # update the branch ci/develop-scheduler every night3 # update the branch ci/develop-scheduler every night
4 schedule:4 # schedule:
5 - cron: '0 1 * * *'5 # - cron: '0 1 * * *'
6 # or update the branch manually6 # or update the branch manually
7 workflow_dispatch:7 workflow_dispatch:
8 # pull_request:8 # pull_request:
9 # branches: [ 'develop' ]9 # branches: [ 'develop' ]