We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f72e4b + 2f6068f commit 217566fCopy full SHA for 217566f
1 file changed
.github/workflows/docs.yml
@@ -1,9 +1,13 @@
1
name: Update Docs
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- main
8
+ paths:
9
+ - 'apps/docs/**'
10
+ - 'apps/playground/**'
11
12
concurrency: ${{ github.workflow }}-${{ github.ref }}
13
0 commit comments