diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9edda7b0..1ffc5898 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,7 @@ jobs: deploy: name: Deploy + environment: release if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: [test] runs-on: ubuntu-latest