Correct release branch trigger glob (#100496)

pull/100536/head
Jack Baldry 5 months ago committed by GitHub
parent f6f50f7693
commit 2b054d4154
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/publish-technical-documentation-release.yml

@ -3,7 +3,7 @@ name: publish-technical-documentation-release
on: on:
push: push:
branches: branches:
- release-v[0-9]+.[0-9]+.[0-9]+ - release-[0-9]+.[0-9]+.[0-9]+
tags: tags:
- v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+
paths: paths:

Loading…
Cancel
Save