Skip to content

Commit e5a95d4

Browse files
committed
limit what triggers a docker build
1 parent ede4325 commit e5a95d4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
push:
55
branches: [main]
66
tags: ['v*']
7+
paths-ignore:
8+
- 'site/**'
9+
- 'docs/**'
10+
- 'samples/**'
11+
- '*.md'
12+
- 'LICENSE'
13+
- '.gitleaks*'
14+
- '.github/workflows/pages.yml'
15+
- '.github/workflows/docs.yml'
716
workflow_dispatch:
817
schedule:
918
# Weekly vulnerability check (Mondays 9am UTC)

0 commit comments

Comments
 (0)