Skip to content

Commit a065aa3

Browse files
committed
rework filters and matrix
1 parent ddf60f2 commit a065aa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Create CI images
33
on:
44
push:
55
branches: [ 'main' ]
6-
paths:
7-
- '*.yml'
8-
- 'Dockerfile'
6+
paths-ignore:
7+
- '*.sh'
8+
- '*.md'
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)