diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4937152eb3b92e78c99904827dd2f4957a957ccc..2a60a3d46c8abff0dcfc296eb2f3e538884ba61c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,9 @@ name: Release on: - push: + workflow_run: + workflows: ["Go CI"] + types: [completed] branches: - master