Correct release branch trigger glob (#100496)

pull/100536/head
Jack Baldry 3 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:
push:
branches:
- release-v[0-9]+.[0-9]+.[0-9]+
- release-[0-9]+.[0-9]+.[0-9]+
tags:
- v[0-9]+.[0-9]+.[0-9]+
paths:

Loading…
Cancel
Save