mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +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
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue