Skip to content

Commit 1b538d7

Browse files
committed
ci: skip FreeBSD workflow for docs-only changes
Add path filters so README and docs-only pull requests do not start the FreeBSD GitHub Actions jobs.
1 parent d560f6d commit 1b538d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/freebsd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- develop
7+
paths-ignore:
8+
- 'docs/**'
9+
- '**/*.md'
710
pull_request:
811
branches:
912
- develop
13+
paths-ignore:
14+
- 'docs/**'
15+
- '**/*.md'
1016

1117
concurrency:
1218
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)