Ignore CRT builds on docs branches (#15811)
This commit is contained in:
parent
9c48c62d6e
commit
2f653f0c5d
|
@ -1,6 +1,11 @@
|
|||
name: build
|
||||
|
||||
on: [ workflow_dispatch, push ]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches-ignore:
|
||||
- docs/**
|
||||
- backport/docs/**
|
||||
|
||||
env:
|
||||
PKG_NAME: "vault"
|
||||
|
|
Loading…
Reference in New Issue