Skip to content

Commit

Permalink
Keep docs in sync with master branch
Browse files Browse the repository at this point in the history
This means we need to regularly make patch releases to keep the docs in sync with the available version - which is what we plan on doing anyway
  • Loading branch information
StijnKas authored Dec 10, 2024
1 parent fa92651 commit 51a4b1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Docs deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
tags:
- '*' # This will trigger on any tag push, regardless of changes
branches:
- master # This branch filter applies only to the paths below
paths:
- '.github/workflows/**' # This path filter only applies to branch pushes, not tags
- master # This branch filter applies only to the paths below

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 51a4b1c

Please sign in to comment.