diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b382a8d..326eefd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,11 +1,9 @@ -name: Deploy Prebuilt +name: Deploy Release on: - workflow_run: - workflows: ["Tests"] - branches: [add-prebuilts] - types: - - completed + push: + branches: + - add-prebuilts permissions: contents: write