We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803a499 commit d4f64b9Copy full SHA for d4f64b9
2 files changed
template/.github/workflows/docs-dev.yaml
@@ -17,8 +17,7 @@ jobs:
17
pages: write
18
runs-on: ubuntu-latest
19
concurrency:
20
- group: ${{ github.workflow }}-${{ github.ref }}-docs
21
- cancel-in-progress: true
+ group: docs
22
steps:
23
- id: auth
24
name: Auth App
template/.github/workflows/docs-stable.yaml
@@ -6,7 +6,7 @@ name: Docs (stable)
6
on:
7
push:
8
tags:
9
- - v*
+ - v[0-9]*
10
release:
11
types:
12
- published
@@ -21,8 +21,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
25
26
27
28
0 commit comments