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

This commit is contained in:
Elian Doran 2024-07-22 19:39:15 +03:00
parent 4edb0374fc
commit c1b5eb086b

View File

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