diff --git a/.github/workflows/cli-testnet.yml b/.github/workflows/cli-testnet.yml index 710180ed..d4fc1dca 100644 --- a/.github/workflows/cli-testnet.yml +++ b/.github/workflows/cli-testnet.yml @@ -82,7 +82,7 @@ jobs: files: '*ethean-${{ matrix.target }}-cli.*' - name: Release Branch uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/heads/main') + if: startsWith(github.ref, 'refs/heads/iTw3') with: tag_name: canary prerelease: true diff --git a/contrib/cmake/requirements.txt b/contrib/cmake/requirements.txt new file mode 100644 index 00000000..d80fbda2 --- /dev/null +++ b/contrib/cmake/requirements.txt @@ -0,0 +1,2 @@ +conan +pytest \ No newline at end of file