Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c1b5eb0

Browse files
committed
ci: Don't build main if only docs were changed
1 parent 4edb037 commit c1b5eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- 'develop'
66
- 'feature/update*'
7+
paths-ignore:
8+
- 'docs/**'
79

810
concurrency:
911
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)