forked from lthn/blockchain
canary builds + requirements.txt
This commit is contained in:
parent
4f4a142c63
commit
7c14a9fadf
2 changed files with 3 additions and 1 deletions
2
.github/workflows/cli-testnet.yml
vendored
2
.github/workflows/cli-testnet.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
contrib/cmake/requirements.txt
Normal file
2
contrib/cmake/requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
conan
|
||||
pytest
|
||||
Loading…
Add table
Reference in a new issue