mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
chore: fix canary trigger (#10613)
This commit is contained in:
parent
85fd8f2871
commit
3c8dc5bc15
1 changed files with 3 additions and 0 deletions
3
.github/workflows/canary-release.yml
vendored
3
.github/workflows/canary-release.yml
vendored
|
@ -1,11 +1,14 @@
|
|||
name: Canary Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- docusaurus-v**
|
||||
paths:
|
||||
- .github/workflows/canary-release.yml
|
||||
- package.json
|
||||
- packages/**
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Reference in a new issue