Skip to content

Commit

Permalink
chore: only trigger on updates to the developer folder
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Sep 10, 2024
1 parent 124720c commit a7cfa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- master
paths:
- 'docs/**'
- 'docs/developer/**'
- 'CHANGELOG.md'

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit a7cfa9b

Please sign in to comment.