f8733f59c5
* Remove unused Makefile target * Split out ci-contracts-upload-binaries * Remove the contracts from the main workflow * Rename build-and-upload-binaries-ci * Rename network-explorer name * Rename network-explorer filename and check-merge-conflicts * Rename three more workflows * Rename sdk-publish * Remove deprecated clippy-all * Rename matrix includes json and delete one that is unused * Typo in filename * Delete nym-wallet-release.yml
14 lines
181 B
JSON
14 lines
181 B
JSON
[
|
|
{
|
|
"rust":"stable",
|
|
"runOnEvent":"always"
|
|
},
|
|
{
|
|
"rust":"beta",
|
|
"runOnEvent":"pull_request"
|
|
},
|
|
{
|
|
"rust":"nightly",
|
|
"runOnEvent":"pull_request"
|
|
}
|
|
] |