Ignore CRT builds on docs branches (#15811)

This commit is contained in:
Tom Proctor 2022-06-06 16:47:55 +01:00 committed by GitHub
parent 9c48c62d6e
commit 2f653f0c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
name: build
on: [ workflow_dispatch, push ]
on:
workflow_dispatch:
push:
branches-ignore:
- docs/**
- backport/docs/**
env:
PKG_NAME: "vault"