Skip to content

Commit 217566f

Browse files
authored
Merge pull request #4 from CommandOSSLabs/feat/ci
feat: add workflow_dispatch trigger and refine push paths for docs up…
2 parents 6f72e4b + 2f6068f commit 217566f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Update Docs
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
8+
paths:
9+
- 'apps/docs/**'
10+
- 'apps/playground/**'
711

812
concurrency: ${{ github.workflow }}-${{ github.ref }}
913

0 commit comments

Comments
 (0)