Ignore release branches in deploy-docs workflow

This commit is contained in:
Ryan Baxter
2026-07-30 15:28:44 -04:00
parent f98d38131f
commit b3c2efb878
+4 -1
View File
@@ -1,7 +1,10 @@
name: Deploy Docs
on:
push:
branches-ignore: [ gh-pages ]
branches-ignore:
- gh-pages
- 'release/**'
- '**-internal**'
tags: '**'
repository_dispatch:
types: request-build-reference # legacy