ci: Don't build main if only docs were changed

pull/248/head
Elian Doran 2024-07-22 19:39:15 +07:00
parent 4edb0374fc
commit c1b5eb086b
1 changed files with 2 additions and 0 deletions

@ -4,6 +4,8 @@ on:
branches:
- 'develop'
- 'feature/update*'
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}