iroha-python
iroha-python copied to clipboard
Split CI configuration
ok, but we should split our CI into these workflows:
- workflow that runs on every merge to
main- workflow that runs on every merge to
iroha1-main- workflow that runs on every
v1*tag- workflow that runs on every
v2*tagI think these should all be separate CI files, but maybe you can make them into 2 files (one for merge and one for tags) if the corresponding workflows are the same for
iroha1andiroha2
Originally posted by @mversic in https://github.com/hyperledger/iroha-python/pull/185#discussion_r1575851647
- should build the iroha2 python sdk and run all tests
- should build the iroha1 python sdk and run all tests
- should publish iroha1 sdk
- should publish iroha2 sdk