Skip to content

Commit e049408

Browse files
committed
Ignore Feature branch run if no code is changed
1 parent 4ab9141 commit e049408

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/feature-branch.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- "docs/**"
9+
- README.md
10+
- CHANGELOG.md
11+
- .gitignore
712

813
jobs:
914
build:

0 commit comments

Comments
 (0)