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: push:
branches: [main] branches: [main]
paths: paths:
- 'CHANGELOG.md'
- 'packages/website/**' - 'packages/website/**'
- 'package.json' - 'package.json'
- 'package-lock.json' - 'package-lock.json'
- 'patches/**' - 'patches/**'
- '.github/workflows/deploy-website.yml' - '.github/workflows/deploy-website.yml'
release: release:
types: [published, edited] types: [published]
workflow_dispatch: workflow_dispatch:
jobs: jobs: