Browse Source

Polish "Only include production branches for docs deployment"

See gh-32434
pull/32482/head
Stéphane Nicoll 2 years ago
parent
commit
7357812b4e
  1. 3
      .github/workflows/deploy-docs.yml

3
.github/workflows/deploy-docs.yml

@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
name: Deploy Docs
on:
push:
branches-ignore:
- 'gh-pages'
branches:
- 'main'
- '*.x'
- '!gh-pages'
tags:
- 'v*'
repository_dispatch:

Loading…
Cancel
Save