diff --git a/.github/workflows/deploy-static.yml b/.github/workflows/deploy-static.yml index 6d0f260..e959b00 100644 --- a/.github/workflows/deploy-static.yml +++ b/.github/workflows/deploy-static.yml @@ -1,9 +1,6 @@ name: Deploy Static Assets on: - push: - branches: - - release pull_request: types: - closed @@ -17,7 +14,6 @@ permissions: jobs: build-and-deploy: if: | - github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)