diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 2fb6dfc50..28ea08bf1 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -1,10 +1,9 @@ name: Build Binaries -on: push -# on: -# push: -# tags: -# - 'v[0-9]+.[0-9]+.[0-9]+*' +on: + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+*' env: REFINERY_CONFIG: postgres://arroyo:arroyo@localhost:5432/arroyo