diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bbbd9d8b..24e76a462 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,12 @@ name: Release AddOn -on: [push] -#on: -# push: -# tags: -# - '**' +#on: [push] +on: + push: + branches: + - master + tags: + - '**' env: CF_API_KEY: ${{ secrets.CF_API_KEY }}