chore: fix canary trigger (#10613)

This commit is contained in:
Sébastien Lorber 2024-10-25 11:15:35 +02:00 committed by GitHub
parent 85fd8f2871
commit 3c8dc5bc15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,14 @@
name: Canary Release name: Canary Release
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main
- docusaurus-v** - docusaurus-v**
paths: paths:
- .github/workflows/canary-release.yml
- package.json
- packages/** - packages/**
permissions: permissions: