mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 20:32:46 +00:00
ci: run in any situation on docs folder changes
This commit is contained in:
9
.github/workflows/docs-test-deploy.yml
vendored
9
.github/workflows/docs-test-deploy.yml
vendored
@@ -1,9 +1,14 @@
|
||||
name: Docusaurus test deployment
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
paths:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "docs/**"
|
||||
|
||||
jobs:
|
||||
test-deploy:
|
||||
|
||||
Reference in New Issue
Block a user