Skip to content

Commit 05e3449

Browse files
committed
chore: Restrict build runs to soruce code changes
1 parent 1b5e3da commit 05e3449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Zendesk gridX Health Check Build
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- src/**
8+
- .github/**
69
workflow_dispatch:
710

811
jobs:

0 commit comments

Comments
 (0)