mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
Publish docs on releases instead of master push
This commit is contained in:
parent
fafcf09570
commit
8ee2c972d3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs.yaml
vendored
3
.github/workflows/docs.yaml
vendored
|
|
@ -3,7 +3,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- docs*
|
- docs*
|
||||||
- master
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue