Skip to content

Commit 3443645

Browse files
authored
Add ignore for non codebase related paths
1 parent 6742f2a commit 3443645

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Build and Push All Images
33
on:
44
push:
55
branches: [ "master" ]
6+
paths-ignore:
7+
- '.vscode/**'
8+
- 'README.md'
9+
- '.gitignore'
10+
- '.yarnrc.yml'
11+
- '.env.example'
612

713
jobs:
814
build:

0 commit comments

Comments
 (0)