We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
respec.yaml
1 parent b9c0963 commit 9d29ac6Copy full SHA for 9d29ac6
1 file changed
.github/workflows/respec.yaml
@@ -8,11 +8,17 @@ name: respec
8
# on the gh-pages branch when the corresponding markdown files change.
9
#
10
11
-# run this on push to main
+# run this on push to main for spec-relevant files
12
on:
13
push:
14
branches:
15
- main
16
+ paths:
17
+ - 'versions/*.md'
18
+ - 'scripts/md2html/**'
19
+ - '.github/workflows/respec.yaml'
20
+ - 'package.json'
21
+ - 'package-lock.json'
22
workflow_dispatch: {}
23
24
jobs:
0 commit comments