Skip to content

Commit

Permalink
Polish "Only include production branches for docs deployment"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Mar 14, 2024
1 parent 30087e1 commit 7357812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Deploy Docs
on:
push:
branches-ignore:
- 'gh-pages'
branches:
- 'main'
- '*.x'
- '!gh-pages'
tags:
- 'v*'
repository_dispatch:
Expand Down

0 comments on commit 7357812

Please sign in to comment.