Skip to content

Commit 7275a17

Browse files
committed
fix(ci): Ignore Dockerfile, docker compose, bash scripts and configuration files
1 parent 41a22f2 commit 7275a17

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/license_headers_check.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: License headers check
22

33
on:
44
push:
5-
branches: [ main, dev ]
5+
branches: [main, dev]
66
pull_request:
77
workflow_dispatch:
88

@@ -31,4 +31,10 @@ jobs:
3131
-ignore 'migrations/*.sql' \
3232
-ignore 'crates/dips/src/proto/*' \
3333
-ignore 'crates/dips/proto/*' \
34+
-ignore 'contrib/**/*' \
35+
-ignore '*.sh' \
36+
-ignore 'Dockerfile' \
37+
-ignore '*.toml' \
38+
-ignore '*.yml' \
39+
-ignore '*.yaml' \
3440
.

0 commit comments

Comments
 (0)