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.
name
1 parent eabbbf2 commit d93c697Copy full SHA for d93c697
.github/workflows/documentation.yml
@@ -1,3 +1,4 @@
1
+name: documentation
2
on:
3
push:
4
branches:
@@ -11,7 +12,6 @@ on:
11
12
- 'docs/**'
13
- 'resources/**'
14
- 'tools/**'
-name: documentation
15
jobs:
16
build-and-publish:
17
runs-on: ubuntu-18.04
.github/workflows/manifest.yml
@@ -1,11 +1,11 @@
+name: manifest
5
- master
6
pull_request:
7
paths:
8
-name: manifest
9
10
build-and-tag:
0 commit comments