diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 47e632e..06e9823 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,9 +1,6 @@ name: Linux Release run-name: Building monero_c for linux -on: - push: - tags: - - '*' +on: push # cat envs.txt | sed 's/ //g' | sed 's/: /=/g' | grep -v '#' > .env # export $(cat .env | xargs)