Skip to content

Commit 783ff89

Browse files
authored
Update ci.yml (#15)
dont run pipelines on readme file change
1 parent 33a0429 commit 783ff89

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI Build
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- '**/*.md'
68
pull_request:
79
branches: [ main ]
810

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build and Push Docker Image (Multi-Arch)
22

33
on:
44
push:
5+
paths-ignore:
6+
- '**/*.md'
57
branches:
68
- main
79
workflow_dispatch:

0 commit comments

Comments
 (0)