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.
1 parent d1705b9 commit a55763eCopy full SHA for a55763e
.github/workflows/ci.yml
@@ -41,3 +41,8 @@ jobs:
41
uses: ./.github/workflows/test.yml
42
permissions:
43
contents: read
44
+
45
+ docs:
46
+ uses: ./.github/workflows/docs.yml
47
+ permissions:
48
+ contents: read
.github/workflows/docs.yml
@@ -1,13 +1,7 @@
1
name: "Docs"
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- tags:
8
- - '[0-9]+.[0-9]+.[0-9]+'
9
- pull_request:
10
- types: [opened, synchronize, reopened]
+ workflow_call:
11
12
13
0 commit comments