Skip to content

Commit

Permalink
chore: republish docsite on all main pushes (#152)
Browse files Browse the repository at this point in the history
Filtering on the `paths` does not work all too well with merge queues,
as the filter only looks at the top-most commit being pushed, instead of
the superposition of all new commits.
  • Loading branch information
RomainMuller committed Jul 5, 2024
1 parent 6b92a17 commit 2b0f9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches: [main]
paths: [docs/**]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 2b0f9dd

Please sign in to comment.