fix: prevent old release website redeploys

This commit is contained in:
Mohamed Boudra
2026-04-23 10:17:37 +07:00
parent c8b61f7ddc
commit e21ef2fc9b

View File

@@ -4,13 +4,14 @@ on:
push:
branches: [main]
paths:
- 'CHANGELOG.md'
- 'packages/website/**'
- 'package.json'
- 'package-lock.json'
- 'patches/**'
- '.github/workflows/deploy-website.yml'
release:
types: [published, edited]
types: [published]
workflow_dispatch:
jobs: