mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
github: limit gh-pages build of tags to (final) semver releases
This commit is contained in:
parent
b72b5f751a
commit
42ebb285a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
- master
|
- master
|
||||||
- release-*
|
- release-*
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v[0-9]+.[0-9]+.[0-9]+
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Update gh-pages
|
name: Update gh-pages
|
||||||
|
|
Loading…
Reference in a new issue