Skip to content

Commit

Permalink
Deploy docs only for feature branches and release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov authored Oct 4, 2023
1 parent b5419cb commit 0cf4368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy Docs
on:
push:
branches-ignore: [ gh-pages ]
tags: '**'
branches: [ main, '[0-9]+.[0-9]+.x' ]
tags: 'v[0-9]+.[0-9]+.[0-9]+'
repository_dispatch:
types: request-build-reference # legacy
#schedule:
Expand Down

0 comments on commit 0cf4368

Please sign in to comment.