diff --git a/.github/workflows/update-website.yaml b/.github/workflows/update-website.yaml index 6bb2659..3d4713e 100644 --- a/.github/workflows/update-website.yaml +++ b/.github/workflows/update-website.yaml @@ -1,9 +1,9 @@ name: Update Website -on: - release: - types: [published] +on: push + # release: + # types: [published] jobs: update-website: